Was this page helpful?
CPP-over-Rust Driver¶
This book contains documentation for cpp-rust-driver - an API-compatible rewrite of cpp-driver as a wrapper over ScyllaDB Rust Driver. Although optimized for ScyllaDB, the driver is also compatible with Apache Cassandra®.
Other documentation¶
Contents¶
API Reference - Listing of the whole Driver API.
Getting Started - Getting the driver built, executing CQL statements and examining query results.
Architecture Overview - Grasping main driver’s concepts.
Installation - How to instal the driver.
Building - How to build the driver from source.
Testing - Integration testing architecture of the driver.
Using The Driver - How to use the driver in your application.
Configuration - Various configuration options and performance tips for the driver.
Security - Security features, such as authentication and encryption.
Observability - Ways to observe driver’s activities and performance.