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 running a few queriesMigration guides - How to update the code that used an older version of this driver
Connecting to the cluster - Configuring a connection to scylla cluster
Making queries - Making different types of queries (simple, prepared, batch, paged)
Execution profiles - Grouping query 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 a query fails, query idempotence
Driver metrics - Statistics about the driver - number of queries, latency etc.
Logging - Viewing and integrating logs produced by the driver
Query tracing - Tracing query execution
Database schema - Fetching and inspecting database schema