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
Open an SQLite
database file as specified by the filename
argument
and support opfs vfs on wasm platform.