Hacker News new | ask | show | jobs
by brettgriffin 182 days ago
> Nah. Just write the good SQL for your database.

You may not need to use an ORM, but hand writing SQL, especially CRUD, should be a terminable offense. You _cannot_ write it better than a process that generates it.