Databases
Raw SQL vs ORM: Where to Draw the Line
A practical framework for deciding when an ORM query is fine and when it's time to drop down to raw SQL, with real examples of each.
3 min read
Tag
2 articles
A practical framework for deciding when an ORM query is fine and when it's time to drop down to raw SQL, with real examples of each.
Why the N+1 query problem keeps reappearing across every ORM, how to spot it before production does, and the fixes that actually hold up.