Theme 1 – Early MySQL performance & perception
"MySQL was also potentially faster as it did not implement all features of the SQL standard" – rwultsch
Theme 2 – SQLite’s simplicity for many workloads
"I use SQLite for everything, and I'm perfectly happy with it. I'm aware of the concurrent writer issues, but at my scale it doesn't even matter." – replwoacause
Theme 3 – PostgreSQL’s extensibility as a “one‑stop” replacement
"I like to consider Postgres the starting point for all of these things, that can be outgrown and replaced when appropriate. I do love just shoving everything in Postgres and seeing that I only end up needing a few additional dedicated services as the product groups." – piterrro