pub const DB_CONNECTION_STRING: &str = "db.connection_string";
Expand description

The connection string used to connect to the database. It is recommended to remove embedded credentials.

§Examples

  • Server=(localdb)\v11.0;Integrated Security=true;