sqlite_wasm_rs::export

Function sqlite3_open_v2

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

C interface definition of sqlite Open an SQLite database file as specified by the filename argument and support opfs vfs on wasm platform.

See https://www.sqlite.org/c3ref/open.html See https://sqlite.org/wasm/doc/trunk/persistence.md