My 14-Year Journey Away from ORMs
nikita-volkov.github.ioORMs 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.