Skip to content
Available for a 6-month internship starting in January 2027. Read my resume or contact me at contact@julienc.me.

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.