zlacker

[parent] [thread] 0 comments
1. noones+(OP)[view] [source] 2013-02-16 05:14:16
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?"

[go to top]