Expand description
Session is the main object used in the driver.
It manages all connections to the cluster and allows to execute CQL requests.
Structs§
- Session
Sessionmanages connections to the cluster and allows to execute CQL requests.- Session
Config - Configuration options for
Session. Can be created manually, but usually it’s easier to use SessionBuilder