How SQLite Replaced PostgreSQL as My First Choice
dev.to·3d·
Discuss: DEV
🗄️Databases
Preview
Report Post

MySQL, NoSQL, and back to PostgreSQL – that’s my journey through the database world in a nutshell. With the rise of NoSQL databases, systems like PostgreSQL added new features and evolved into NoSQL (not only SQL) databases themselves, becoming the perfect all-in-one solution.

SQLite? I found it nice enough for Nextcloud at home when at most 3 users were active simultaneously. A nice tool for getting started, but nothing for production. Or so I thought, until a customer convinced me to use SQLite as the database for his software.

I gave it a shot and refreshed my knowledge: While PostgreSQL and MySQL were trying to compete with NoSQL databases, SQLite was working on features important for production systems: Scaleability, Non-Blocking Writes, Performance.

The Startup That Ove…

Similar Posts

Loading similar posts...