7 ms·
It makes the dev setup trivial, since there is no database server around.
by luto 4y ago
It makes the dev setup trivial, since there is no database server around.
- moron4hire 4y agoSetting up postgres on the same machine is also trivial. Modern, production-grade, web-scale machines are able to run more than one process, these days.
- aiwv 4y agoSure, but an embedded database is still simpler than client/server. For many tasks, postgres does not offer any meaningful benefit over sqlite so why add the complexity?
- antifa 4y agoI've never worked on such a project that didn't benefit from postgres, but if I did, I would still use postgres because upgrading from sqlite to postgres, and learning a second SQL dialect, and converting a SQL between dialects sounds like a useless nightmare that costs me nothing to avoid.
- CoolCold 4y agoI feel it's modern hype on lonely/indie/solo developer creating new thing which changes the world. Not caring on "complex" things till the project reaches 1 request per minute and finally have some data to be lost, is totally fine with this goal/scale.