From 910936b6e1ef723dc7fb89fa72445dc05084ebe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Bary=C5=82a?= Date: Fri, 19 Sep 2025 17:25:52 +0200 Subject: [PATCH] drivers.adoc: Replace Rust CQL with Scylla Rust Driver Rust CQL did not have any commits in 9 years. It doesn't even support protocol V4, and most of the features that a user could expect from the driver - like load balancing or pagination. No reasonable app would use it in production. This commit replaces it with Scylla Rust Driver on the page with recommended drivers. Scylla Rust Driver is actively developed and feature-rich. Even though it is primarily developed for Scylla, we do always make sure it is also compatible with Cassandra and tested with it. --- doc/modules/cassandra/pages/getting-started/drivers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/cassandra/pages/getting-started/drivers.adoc b/doc/modules/cassandra/pages/getting-started/drivers.adoc index fa52618f8184..e127656d37ba 100644 --- a/doc/modules/cassandra/pages/getting-started/drivers.adoc +++ b/doc/modules/cassandra/pages/getting-started/drivers.adoc @@ -60,7 +60,7 @@ connector] == Rust -* https://github.com/neich/rust-cql[Rust CQL] +* https://github.com/scylladb/scylla-rust-driver[Scylla Rust Driver] == Perl