VFS implementation for SQLite that creates the database file if it doesn't exist, and fails otherwise. It does that by forcing the SQLITE_OPEN_EXCLUSIVE flag, which is normally stripped by SQLite for some reason. For more details visit my blog post Adventures with SQLite and SQLITE_OPEN_EXCLUSIVE.
VFS implementation for SQLite that creates the database file if it doesn't exist, and fails otherwise
License
Metalnem/sqlite-vfsdemo
master
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
About
VFS implementation for SQLite that creates the database file if it doesn't exist, and fails otherwise