Comment by noonespecial

13 years ago

Just a nitpick. A "flat file" database suggests encoding all the data to a single file.

Using a files system as a database is a little different as file systems are databases in their own right.

The question to ask is "is the data I want to store in my 'database' enough like the data stored in a filesystem that I can just use the filesystem as my database?"