MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1vxud0f/solving_the_1n_query_problem/p5t1lhs/?context=3
r/programming • u/wheatBread • 7d ago
94 comments sorted by
View all comments
62
There is a really easy way of avoiding this when you just don't use ORMs
11 u/shoot_your_eye_out 7d ago This problem has nothing to do with ORMs. I’ve seen people write this anti pattern in raw sql too many times to count. 7 u/disposepriority 7d ago Yeah me too, I'm just an ORM hater and found my chance to spread the word
11
This problem has nothing to do with ORMs. I’ve seen people write this anti pattern in raw sql too many times to count.
7 u/disposepriority 7d ago Yeah me too, I'm just an ORM hater and found my chance to spread the word
7
Yeah me too, I'm just an ORM hater and found my chance to spread the word
62
u/disposepriority 7d ago
There is a really easy way of avoiding this when you just don't use ORMs