Module cdrs::client [] [src]

The modules which contains CDRS Cassandra client.

Structs

CDRS

CDRS driver structure that provides a basic functionality to work with DB including establishing new connection, getting supported options, preparing and executing CQL queries, using compression and others.

Credentials

DB user's credentials.

Query

Structure that represents CQL query and parameters which will be applied during its execution

QueryBuilder

QueryBuilder is a helper sturcture that helps to construct Query. Query itself consists of CQL query string and list of parameters. Parameters are the same as ones described in Cassandra v4 protocol

Session

The object that provides functionality for communication with Cassandra server.

Type Definitions

CassandraOptions

Map of options supported by Cassandra server.