Live data from Hacker News

Ask HN: Is PostgreSQL Your Goto DBMS?

news.ycombinator.com

1–10 of 21 posts

Re: Ask HN: Is PostgreSQL Your Goto DBMS?

#10
I love Postgres and used it in the past in my businesses.

With my new business, though, I went with SQLite. It's good enough, and I don't have to worry about keeping it up 24/7 (or paying someone to keep it up). I can copy a database file to a new machine, and it'll be up and running in no time. I don't worry much about scalability.

More often than not, simple is better than complex.

Post reply on HN