Top "Cassandra-jdbc" questions

A JDBC-compliant driver for Cassandra using CQL.

CREATE KEYSPACE IF NOT EXISTS in CQL

I am using below CQL syntax to create keyspace only if does not exists : CREATE KEYSPACE IF NOT EXISTS Test …

cql3 cassandra-jdbc