Which driver should I use?

Which driver should I use? Can I use Apache Cassandra drivers?

1 Like

ScyllaDB is compatible with Apache Cassandra on the protocol level, so that every Cassandra Driver will work with Scylla out of the box.
That being said, for many drivers (Java, Python, Go, Rust…) there are Scylla forks that take advantage of Scylla features, like shared per core, to allow better performance.
It is recommended to use this fork when available.
See Scylla CQL Drivers | Scylla Docs for a list of drivers.

2 Likes