Add support for sqlite3_open_v2()

Posted by Kahenraz on Tue 10 Jul 2018 06:28 AM — 1 posts, 9,490 views.

#0
This function allows additional flags to be passed such as SQLITE_OPEN_READONLY. These flags seem to be supported by DatabaseOpen() but I would prefer to use the sqlite objects directly.