Re: [sqlite] sql api for ufs

2010-06-07 Thread George Georgalis
On Mon 07 Jun 2010 at 05:07:43 PM +0200, Kees Nuyt wrote: > >That could be implemented as an appication with a set of >virtual tables, backed by the readdir() and stat() system >calls. >I haven't heard of any implementation, although fossil >http://www.fossil-scm.org/index.html/doc/tip/www/index.wi

[sqlite] sql api for ufs

2010-06-07 Thread George Georgalis
Subject says it all. I'm looking for a sql (like) api for ufs. I'd like to SELECT by device, inode, size, group, etc. If all the fs stat data was the db schema, I'd like a query engine that makes indexes of the meta data for fast queries, access to the file data, and queries of offline devices, wh