Thanks, Jeff. That's an interesting project; redirecting to iostream. 
I'm sure it'll be useful, though an authoritative source for 
documentation on the SqLite website itself would be ideal. The methods 
themselves and their arguments seem easy enough; my main concern is what 
error codes I may return when, etc.

Kind regards,

Philip Bennefall
On 5/24/2015 6:19 PM, Jeff M wrote:
> 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