They make simple things simpler, which is a good thing.
I wouldn't mind writing queries in SQL so I don't have to learn a new ORM for every language I use. However I like that ORMs unmarshal results for me in objects / tuples / maps of the language sparing me the work.
For complicated things I write SQL and possibly decode the results manually.
I wouldn't mind writing queries in SQL so I don't have to learn a new ORM for every language I use. However I like that ORMs unmarshal results for me in objects / tuples / maps of the language sparing me the work.
For complicated things I write SQL and possibly decode the results manually.