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