Aug 9, 2017 · 1 min read
Im fully aware the overhead due to ORM however:
- There are some advantages in using ORM when it comes to complex business logic, which ORM helps cut down lots of code.
- Some ORMs come with cache support, via redis for eg.
- ORMs usually native query option.
I have been wondering on the performance difference wrt 2,3 vs non-ORM.
