Comment on What's worse than an N+1: Accidental Cartesian ProductsparentComments−evnixOP1ytrue, from what I've seen, people use it for convinience, ORMs do always have an escape hatch to use raw SQL, and some do allow mapping raw SQL to objects.
Comments
true, from what I've seen, people use it for convinience, ORMs do always have an escape hatch to use raw SQL, and some do allow mapping raw SQL to objects.