Constant CREATE_NAMESPACE_CQL

Source
const CREATE_NAMESPACE_CQL: &str = "-- Create the namespace in the DB.\n-- Template.\nCREATE KEYSPACE IF NOT EXISTS {{keyspace}} WITH REPLICATION =  {{options}};";
Expand description

Keyspace Create (Templated)