Hacker News new | ask | show | jobs
by antihero 4797 days ago
I find that if you are aware of the SQL underneath, they are good for saving time.

Do you really want to write SQL to retrieve data and code to populate an object for every damn thing in your system?

1 comments

I agree. Problems happen if you treat ORMs as a total blackbox.