const CREATE_NAMESPACE_CQL: &str = "-- Create the namespace in the DB.\n-- Template.\nCREATE KEYSPACE IF NOT EXISTS {{keyspace}}\n With replication = {\'class\': \'NetworkTopologyStrategy\',\'replication_factor\': 1};";
Expand description
Keyspace Create (Templated)