We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 749c70e + 7548913 commit f3add8aCopy full SHA for f3add8a
README.md
@@ -1,5 +1,9 @@
1
# C/C++ Driver for ScyllaDB
2
3
+> [!IMPORTANT]
4
+> :exclamation: **This driver is now superseded by [ScyllaDB CPP-RS Driver](https://github.com/scylladb/cpp-rs-driver) and no longer maintained.**
5
+> Consider migration to the new driver for better performance and active support, especially of recent ScyllaDB features.
6
+
7
A modern, feature-rich and **shard-aware** C/C++ client library for
8
[ScyllaDB] using exclusively Cassandra's binary protocol and
9
Cassandra Query Language v3. Forked from Datastax `cpp-driver`.
docs/source/index.md
@@ -0,0 +1 @@
+../../README.md
0 commit comments