Hacker News new | ask | show | jobs
by norkakn 5101 days ago
What ones do you like? The Django ORM makes me want to vomit every day or so.
2 comments

The Django ORM is widely regarded as being vastly inferior compared to dedicated ORMs like SQLAlchemy. It's more of a 'get the job done, quick' solution (that works for simple use cases, but becomes difficult to use for anything more).
The best one I have looked at was DBIx::Class