pub const DB_CONNECTION_STRING: &str = "db.connection_string";
The connection string used to connect to the database. It is recommended to remove embedded credentials.
Server=(localdb)\v11.0;Integrated Security=true;