| ▲ | hparadiz 2 hours ago | ||||||||||||||||
We're pointing out the same thing. Someone that uses an ORM knows when they shouldn't use them and I tend to trust that more than someone who simply refuses to use them and ends up recreating an ORM by accident. | |||||||||||||||||
| ▲ | toast0 2 hours ago | parent [-] | ||||||||||||||||
> Someone that uses an ORM knows when they shouldn't use them That's not been my experience. But admittedly, I've usually been brought in when the slow query is killing the database. Then I look at the query that nobody with any subject matter knowledge would have written, come up with an alternate query that will give either the same result or something close enough. Sometimes I have to then dig in and figure out how to make that happen, because the ORM user doesn't always know how to make direct queries. But it sure did make the easy things easier, as the other poster said. | |||||||||||||||||
| |||||||||||||||||