Hacker News new | ask | show | jobs
by gerbilly 3023 days ago
I think ORMs help the most when you have a lot of entities and you need to enable CRUD operations on them.

By all means you can use a combination of raw SQL and an ORM.