Name Description Size
info.txt 181
sqlite3.cpp 5983
sqlite3.h Create a new SQLite database handle from a file. @param file path to the database file be opened and/or created @param sqlite_open_flags flags that will be passed to sqlite3_open_v2() (default: SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE | SQLITE_OPEN_FULLMUTEX) 2160