Building another side project (who isn’t lol) and need to pick a database.
What I’m building: simple SaaS with users, posts, comments, basic analytics
My understanding:
- PostgreSQL – Most powerful, bit complex
- MySQL – Simpler, widely used
- SQLite – For small stuff, no setup
Currently leaning towards Supabase (PostgreSQL) but plain MySQL seems easier?
MySQL is still solid for simple projects! 👋
Been using MySQL for years. It’s battle-tested, easy to find hosting, simple to understand.
For a simple SaaS with users/posts/comments – MySQL is MORE than enough. Don’t overengineer.
That said, if you want to learn something valuable long-term, go PostgreSQL. More jobs, more features, better foundation. 🚀