Hacker News new | ask | show | jobs
by avenger123 4797 days ago
Definitely agree.

Using an ORM should not exclude also using direct SQL. It should be both.

I believe this brings the best combination. Anytime there is major complexity just drop to normal SQL.

The best of both.