Was this page helpful?
Caution
You're viewing documentation for an unstable version of Scylla Rust Driver. Switch to the latest stable version.
Scylla Rust Driver¶
This book contains documentation for scylla-rust-driver - a driver for the Scylla database written in Rust. Although optimized for Scylla, the driver is also compatible with Apache Cassandra®.
Other documentation¶
Rust and Scylla lesson on Scylla University
Contents¶
Quick start - Setting up a Rust project using
scylla-rust-driver
and executing a few CQL statementsMigration guides - How to update the code that used an older version of this driver
Connecting to the cluster - Configuring a connection to scylla cluster
CQL statement execution - Executing different types of CQL statement (simple, prepared, batch, paged)
Execution profiles - Grouping statement execution configuration options together and switching them all at once
Data Types - How to use various column data types
Load balancing - Load balancing configuration
Retry policy configuration - What to do when execution attempt fails, statement idempotence
Driver metrics - Statistics about the driver - number of executed statements, latency etc.
Logging - Viewing and integrating logs produced by the driver
Request tracing - Tracing request execution
Database schema - Fetching and inspecting database schema