On Tue, Apr 23, 2013 at 4:28 PM, Richard Hipp <d...@sqlite.org> wrote:

> ...implemented file-system semantics on top of SQLite.  I propose an API
> something like this:
>
>   SQLFILE *sqlite3fs_fopen(const char *zPath, const char *zMode);
>

For anyone wanting to take that (admittedly large) step, i have a working
"embedded filesystem" library which essentially does what is described
here. It is not backed by an sqlite3 db (but by an abstract i/o device
interface), but it could be used as a basis for creating such an
sqlite-backed beast:

http://fossil.wanderinghorse.net/wikis/whio/?page=whio_epfs

If anyone reading this wants to undertake such a project, I can provide you
> with technical advice, website space with a suitable domain name (ex:
> filesystem.sqlite.org), and a Fossil repository to keep the code in.
>

http://fossil.wanderinghorse.net/repos/whio/

:-D

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to