Live data from Hacker News

My 14-Year Journey Away from ORMs

nikita-volkov.github.io

1–2 of 2 posts

Re: My 14-Year Journey Away from ORMs

#2
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.