Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Enterprise. Switch to the latest stable version.
ScyllaDB Rust Driver¶
The ScyllaDB Rust driver is a client-side, shard-aware driver written in pure Rust with a fully async API using Tokio. Optimized for ScyllaDB, the driver is also compatible with Apache Cassandra®.
To download and install the driver, visit the Github project.
Read the Documentation.
Using CDC with Rust¶
When writing applications, you can use ScyllaDB’s Rust CDC Library to simplify writing applications that read from ScyllaDB’s CDC.
Use Rust CDC Library to read ScyllaDB’s CDC update streams.