Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

ORMs are great for the simple CRUD case. That's how people get lured in.

It's when things get complicated and performance is important that they start to feel like a hindrance. I've had to wrestle with ORMs only to figure out that it's generating bad queries or lots of queries when it could do it with one query. I've usually had to end up subverting the ORM or throwing it away entirely in almost every case.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: