testcontainers.embedded-cassandra.3.1.10.source-code.cassandra-init.sql.template Maven / Gradle / Ivy
CREATE KEYSPACE {{keyspaceName}} WITH REPLICATION = { 'class':'SimpleStrategy', 'replication_factor' : {{replicationFactor}} }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy