mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 18:10:39 +00:00
17 lines
822 B
ReStructuredText
17 lines
822 B
ReStructuredText
====================
|
||
Scylla C++ Driver
|
||
====================
|
||
|
||
The Scylla C++ driver is a modern, feature-rich and **shard-aware** C/C++ client library for ScyllaDB using exclusively Cassandra’s binary protocol and Cassandra Query Language v3.
|
||
This driver is forked from Datastax cpp-driver.
|
||
|
||
Read the `documentation <https://cpp-driver.docs.scylladb.com>`_ to get started or visit the Github project `Scylla C++ driver <https://github.com/scylladb/cpp-driver>`_.
|
||
|
||
|
||
More Information
|
||
----------------
|
||
|
||
* `C++ Driver Documentation <https://cpp-driver.docs.scylladb.com>`_
|
||
* `C/C++ Driver course at Scylla University <https://university.scylladb.com/courses/using-scylla-drivers/lessons/cpp-driver-part-1/>`_
|
||
* `Blog: A Shard-Aware Scylla C/C++ Driver <https://www.scylladb.com/2021/03/18/a-shard-aware-scylla-c-c-driver/>`_
|