SQLite: The Powerhouse Hiding in Plain Sight
I dismissed SQLite as a 'toy database' for years. No server, no configuration, just a file. Then I learned that it runs on every smartphone, every browser, every Mac, every Python install, and handles more read queries per day than all other databases combined. I was very, very wrong about SQLite.
sqlitedatabasesql +5
Read more →