Remix.run Logo
thatwasunusual 31 minutes ago

It's the other way around for me: as 99% of the stuff I develop is .NET (and I use EF Core for database stuff), I can get away with SQLite for local development, prototyping (and even staging), and then just "flip a switch" for it to run on production PostgreSQL.

Both are amazing technologies.

bpavuk 22 minutes ago | parent [-]

EF Core is so easy to turn into a disgrace for performance, developer experience, AND build times...