ScyllaDB
Anyquery is able to run queries from Cassandra-compatible databases, such as ScyllaDB.
Connection
Section titled “Connection”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:
anyquery connection add
Refer to the Cassandra guide for more information about the different parameters.