Expand description
ScyllaDriver โ CqlDriver implementation using the scylla crate.
Provides connectivity to Apache Cassandra and ScyllaDB clusters using the scylla-rust-driver, with support for authentication, SSL/TLS, prepared statements, paging, and schema metadata queries.
Structsยง
- Scylla
Driver - ScyllaDriver wraps a scylla
Sessionand provides theCqlDrivertrait.
Functionsยง
- cql_
value_ ๐to_ i32 - Helper: extract an i32 from a CqlValue.
- cql_
value_ ๐to_ string - Helper: extract a string from a CqlValue.