Good reasons NOT to use a relational database?
Plain text files in a filesystem Very simple to create and edit Easy for users to manipulate with simple tools (i.e. text editors, grep etc) Efficient storage of binary documents XML or JSON files on disk As above, but with a bit more ability to validate the structure. Spreadsheet / CSV file Very easy model … Read more