Y
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
stevenwei
5101 days ago
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).
link
einhverfr
5101 days ago
The best one I have looked at was DBIx::Class
link