On Mon, Nov 24, 2008 at 11:58 AM, matt <mattmobile@proweb.co.uk> wrote:

That's exactly what constraints, rules in SQL etc are for. Maybe some similar ruling system for filesystems would be fine :)
(any suggestions ?)
 
That's what I was driving at. To map SQL <> FS you end up replicating lots of SQL logic in your client FS. Reads are *always* out of date. Writes can happen across tables but need to be atomic and able to roll back.

Probably I was not clear on what I'm thinking about.

I think that rebuild a relational database on a filesystem is (quite) pointless.


What I'm proposing is to design/develop the interface to interact with (any?) rdbms through a filesystem.

A kind of "proxy" to the db with a filesystem interface.

A "draft" could be (even if I've already found some problems in it):

The problems: 

Giacomo