Module session

Source
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
Session manages connections to the cluster and allows to execute CQL requests.
SessionConfig
Configuration options for Session. Can be created manually, but usually it’s easier to use SessionBuilder

Enums§

TlsContext