Hacker News new | ask | show | jobs
by dewey 641 days ago
I kind of have to agree, I recently thought I'll use sqlite in Rails for my new project to keep things simple but then realized it's actually more annoying for my use case. I'd need a persistent volume with the right permissions, and I can't just connect to my PG instance running on the server from my local machine to run some queries.

I'm sure it makes things easier for some use cases but it's not a given.