Module scylla_driver

Module scylla_driver 

Source
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ยง

ScyllaDriver
ScyllaDriver wraps a scylla Session and provides the CqlDriver trait.

Functionsยง

cql_value_to_i32 ๐Ÿ”’
Helper: extract an i32 from a CqlValue.
cql_value_to_string ๐Ÿ”’
Helper: extract a string from a CqlValue.