Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Open Source. Switch to the latest stable version.
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.
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.
Was this page helpful?