> Nothing is easier to setup and administer than the database you already use.
What about the filesystem you already use? 99% of projects don't need a relational database at all.
Sqlite is basically your file system and comes with the benefit of being a relational database with all it's advantages.
Sqlite is basically your file system and comes with the benefit of being a relational database with all it's advantages.