Hacker News new | ask | show | jobs
by molly0 1044 days ago
An ORM makes sense if you need to make very dynamic SQL queries, ie advanced logic at runtime.

If your app can work well with static queries then you should not add an ORM.