Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

why the hell does that require a postgres database instance? has no one heard of sqlite?

"It's just `docker compose up` dude." that's not excuse for unnecessary complexity. software for a single person should be a single binary that anyone can run how they choose. If they want to use Docker, great. If they want to run it in a terminal, great. If they want to run it on a server, great. If they want to run it on their phone, great.

developers: avoid limiting people artificially like this. There is no way that Sqlite is insufficient for this.



The database gets quite large and the developers put in a lot of effort for tuning it for searchability.


People don't understand how fast SQLite is, it seems. You have to know what you're doing, but that's the same requirement that Postgres has if you want to get the most out of it.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: