Hacker News new | ask | show | jobs
by jazz9k 63 days ago
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.