Function connect_to_db_path

Source
pub fn connect_to_db_path(
    db_path: &str,
) -> Result<SqliteConnection, ConnectionError>
Expand description

Connect to a database at a given location