From 8ec80e7a21972b2f78fdf41d9193e1e6f75bf5be 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 30ba7e36d0..9ca09ffc5c 100644 --- a/doc/modules/cassandra/pages/getting-started/drivers.adoc +++ b/doc/modules/cassandra/pages/getting-started/drivers.adoc @@ -65,7 +65,7 @@ connector] == Rust -* https://github.com/neich/rust-cql[Rust CQL] +* https://github.com/scylladb/scylla-rust-driver[Scylla Rust Driver] == Perl