|
|
|
|
|
by swasheck
25 days ago
|
|
> Folks who dislike ORMs seem to have this false dichotomy that "the ORM _must_ be used for all queries", which is a self-imposed/unpractical restriction my experience is the exact opposite. People who love and advocate the merits of ORM insist that everything be executed through ORM because it introduces too much complexity for them to blend handwritten SQL with the ORM generated queries |
|
There's no (good) ORM that doesn't let you simply put your own query in.