Skip to content
This repository was archived by the owner on Apr 21, 2019. It is now read-only.

Metalnem/sqlite-vfsdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite VFS demo Build Status license

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.

About

VFS implementation for SQLite that creates the database file if it doesn't exist, and fails otherwise

Resources

License

Stars

8 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors