Designing Relational Databases
I am kind of allergic to relational databases. This is mainly due to the confusion on configuring servers, creating the schema, associating privileges to users and all that administration stuff. That is why I got fond of SQLite as soon as I knew it. No servers! No users! Just a file with a set of […]