Hacker News new | ask | show | jobs
by webmobdev 1897 days ago
> I'm not sure I understand why PostgreSQL would be "overkill" for something?

For one it requires more expertise to set it up and monitor. SQLlite is way easier to use. And if the app is coded right, it can be easy to replace SQLite with a more powerful client-server DB like Postgres when necessary.