Function sqlite3_open

Source
pub unsafe fn sqlite3_open(
    filename: *const c_char,
    ppDb: *mut *mut sqlite3,
) -> c_int
Expand description

Open an SQLite database file as specified by the filename argument

See https://www.sqlite.org/c3ref/open.html