Hacker News new | ask | show | jobs
My 14-Year Journey Away from ORMs (nikita-volkov.github.io)
3 points by _query 58 days ago
1 comments

ORMs were hot for a few years. When I had to use them for work, I found them very inefficient, because most of the boiler-plate code generated didn't care about indexing or anything to do with performance.

I found myself adding so many hacks and using raw queries that it became a hinderance.