mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
17 lines
830 B
ReStructuredText
17 lines
830 B
ReStructuredText
===================
|
||
ScyllaDB C++ Driver
|
||
===================
|
||
|
||
The ScyllaDB 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 `ScyllaDB C++ driver <https://github.com/scylladb/cpp-driver>`_.
|
||
|
||
|
||
More Information
|
||
----------------
|
||
|
||
* `C++ Driver Documentation <https://cpp-driver.docs.scylladb.com>`_
|
||
* `C/C++ Driver course at ScyllaDB University <https://university.scylladb.com/courses/using-scylla-drivers/lessons/cpp-driver-part-1/>`_
|
||
* `Blog: A Shard-Aware ScyllaDB C/C++ Driver <https://www.scylladb.com/2021/03/18/a-shard-aware-scylla-c-c-driver/>`_
|