pub unsafe fn sqlite3_open( filename: *const c_char, ppDb: *mut *mut sqlite3, ) -> c_int
Open an SQLite database file as specified by the filename argument
SQLite
filename
See https://www.sqlite.org/c3ref/open.html