Remix.run Logo
richjdsmith 5 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.

const_cast 4 days ago | parent [-]

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