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.
This commit is contained in:
Karol Baryła 2025-09-19 17:25:52 +02:00 committed by Patrick McFadin
parent 515cb0e1c2
commit 8ec80e7a21
1 changed files with 1 additions and 1 deletions

View File

@ -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