logoalt Hacker News

teaearlgraycoldtoday at 6:56 PM1 replyview on HN

Well if you run a tiny single-threaded app then SQLite is a nice simplification over spinning up a separate machine for Postgres.


Replies

ai_fry_ur_braintoday at 7:38 PM

I use postgres for very simple apps. I have a Dockerfile I use in my boilerplate repo. It takes a single make cmd for me to build, start and run migrations. Its as simple as using sqlite.