cat_gateway::db::index::schema

Constant CREATE_NAMESPACE_CQL

source
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)