Hacker News new | ask | show | jobs
by Cthulhu_ 27 days ago
ORMs often end up defining their own domain-specific language which is neither SQL nor the language itself, so they don't really solve that problem except in the simplest cases.
1 comments

With the big exception of Entity Framework which relies on LINQ.