Anybody good with writing user-space filesystem drivers? I would like to build a file system on top of SQLite with the fts3 module. I think Unix semantics can be delivered with just a few tables.
The files table: BLOB data docid
a directories table, containing nothing but a rowid rowid
a directory entries table: integer directory text type text name integer entity