Hacker News new | ask | show | jobs
by CuriouslyC 1387 days ago
ORM logic is not easier to write and maintain unless you're bad at SQL and writing your queries without any tool support.
1 comments

Strongly agreed.

In my experience all using an ORM accomplishes is making sure the people on your team who are amazing with SQL write just as bad queries as those who suck at SQL.