Hacker News new | ask | show | jobs
by Nextgrid 1624 days ago
Both have their place. I agree that for complex queries, nothing beats raw SQL. However, for simple, straightforward queries fetching data from a single table without JOINs/etc, the ORM is generally easier.