On Tue, 23 Apr 2013 10:28:35 -0400
Richard Hipp <d...@sqlite.org> wrote:

> In summary:  No, a bare SQLite blob does not provide file-system
> semantics.  But you can write a wrapper library around SQLite that
> does provide file-system semantics for large blobs, and doing so
> would have many advantages and be a worth-while project, I think.

A better and simpler answer IMO would be FUSE
(http://fuse.sourceforge.net/) backed by SQLite.  That gives you true
file semantics, not that that's exactly a step forward.  ;-)  

--jkl

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

Reply via email to