pub fn connect_to_db_path(
db_path: &str,
) -> Result<SqliteConnection, ConnectionError>
Expand description
Connect to a database at a given location
pub fn connect_to_db_path(
db_path: &str,
) -> Result<SqliteConnection, ConnectionError>
Connect to a database at a given location