SQLite Forum

Feedback on writing a SQLite VFS for a distributed object store
Login
For my custom VFS, I just patched sqlite3_os_init function to do some additional setup. I also patched sqlite3Pragma() so the VFS can return a table value in response to the pragma file control.