863
you are viewing a single comment's thread
view the rest of the comments
[-] nilloc@discuss.tchncs.de 6 points 4 days ago

I used to use ORMs because they made switching between local dev DBs ( like SQLLite, or Postgres) and production DBs usually painless. Especially for Ruby/Sinatra/Rails since we were writing the model queries in another abstraction. It meant we didn’t have to think as much about joins and all that stuff. Until the performance went to shit and you had to work out why.

this post was submitted on 03 Dec 2025
863 points (100.0% liked)

Programmer Humor

27720 readers
76 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS