Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB CPP RS Driver. Switch to the latest stable version.
Using the DriverΒΆ
Basic concepts and features of the driver are described in the following sections.
Batches - Grouping multiple statements into a single request for atomicity, and sometimes better performance.
Binding Parameters - How to bind values to parameters in statements.
Client-side Timestamps - Using timestamps generated by the client to ensure consistent write order on server.
Consistency Levels - Configuring the consistency level for read and write operations.
Data Types - Supported data types (CQL-side and C/C++-side) and how to use them.
Futures - Asynchronous programming model using futures to handle results.
Handling Results - How to process results returned by the server.
Keyspaces - Working with keyspaces, the top-level namespace for data.
Prepared Statements - Preparing statements for further execution to improve performance and safety.
Schema Metadata - Accessing and viewing cluster schema metadata.