Skip to content
🔍 Seeking a 6-month software engineering internship starting January 2027. Based in France, open to remote or relocation.
contact@julienc.meResume

ScyllaDB

ScyllaDB

Anyquery is able to run queries from Cassandra-compatible databases, such as ScyllaDB.

To connect a ScyllaDB database to Anyquery, you need to provide the connection string. It has the following format:

cassandra://user:password@host:port/database?option1=value1&option2=value2

Then, create a new connection using the following command:

Terminal window
anyquery connection add

Refer to the Cassandra guide for more information about the different parameters.