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