I searched stack overflow for "sqlite3_vfs_register" and got a few hits.  For 
example, this was a good starting point on which I based my own VFS.

     http://stackoverflow.com/a/3842409/236415

Jeff


> On May 24, 2015, at 4:39 AM, Philip Bennefall <philip at blastbay.com> wrote:
> 
> Hi all,
> 
> I have been interested in the VFS layer of SqLite for a while, and found the 
> following article to be very useful:
> 
> http://www.sqlite.org/vfs.html
> 
> However, it ends right when it is about to go into the actual details of how 
> to implement a VFS. It would be great if that essay could be completed. I
> have looked at the example VFS implementations, but it is hard to determine 
> which parts of the code that are implementation details as opposed to being
> part of the stable public API so to speak.
> 
> Kind regards,
> 
> Philip Bennefall
> 

Reply via email to