open_db_connection_with_pragmas

Function open_db_connection_with_pragmas 

Source
fn open_db_connection_with_pragmas(
    db_path: &Path,
    cache_kib: i32,
    mmap_cap: i64,
) -> Result<Connection, String>