|
|
|
|
|
by waisbrot
10 days ago
|
|
In my experience, ORMs save a little bit of writing SQL and then cost an unbounded quantity of time in debugging mysterious problems because knowing why a query is slow now requires understanding the DB, your own code, and also the ORM. |
|
Getting rid of SQL queries is not the job of ORM.
ORM saves you time on object mapping boilerplate THAT IS THE JOB of an ORM it is right there in the name „object relational mapper”.