On 10 Dec 2013, at 9:34pm, Gavin Harriss <m...@gavinharriss.com> wrote:

> In theory it would be possible to update SQLite to use Storage objects, but
> I suspect it would be a significant project to do so.

I /think/ it would be possible to do this using just a custom VFS, leaving the 
rest of SQLite intact.  Which means that anyone could do it: it wouldn't need 
the specialist knowledge of the SQLite development team but just anyone who can 
read and understand this:

<http://www.sqlite.org/vfs.html>

Once that is done you just plug that into SQLite.  Unfortunately I have no 
skills at this level of programming and I suspect you'd have to find someone 
who understands Storage Objects very well.  But the SQLite side should be 
relatively easy, especially with the 'test_demovfs.c' demonstration VFS that 
the above document points to.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to