Expand description
CQL session management layer.
Wraps the driver with higher-level session state management including
keyspace tracking, consistency level management, and tracing control.
This mirrors the Python cqlsh Shell session state.
Structs§
- CqlSession
- High-level CQL session managing driver state and user preferences.
Functions§
- parse_
use_ 🔒command - Parse a USE keyspace command, returning the keyspace name if matched.