6 ms·
Every ORM I've encountered always has issues when you want to write custom SQL outside of the ORM. It turns into a real mess real fast. Our production code is
by johnny99k 3y ago
Every ORM I've encountered always has issues when you want to write custom SQL outside of the ORM. It turns into a real mess real fast.
Our production code is mostly stored procedures called by code.