Hacker News new | ask | show | jobs
by richjdsmith 281 days ago
Switching all my projects from psql to SQLite was a bit of a PITA but has absolutely been worth it. Keeping with the “do it the rails way” has kept mental overhead low, and seems to jive well with using LLMs.
1 comments

I would imagine most production rails applications don't use sqlite as the backing database.