Expand description
Implements crate::store::KeyValueStore
for the ScyllaDB database.
The current connection is done via a Session and a corresponding primary key called
“namespace”. The maximum number of concurrent queries is controlled by
max_concurrent_queries
.
Structs§
- Scylla
DbStore Internal - The client itself and the keeping of the count of active connections.
- Scylla
DbStore Internal Config - The type for building a new ScyllaDB Key Value Store
Enums§
- Scylla
DbStore Internal Error - The error type for
ScyllaDbStoreInternal
Type Aliases§
- Scylla
DbStore - The
ScyllaDbStore
composed type with metrics - Scylla
DbStore Config - The
ScyllaDbStoreConfig
input type - Scylla
DbStore Error - The combined error type for the
ScyllaDbStore
.