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

Metalnem/sqlite-vfsdemo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published