Hacker News new | ask | show | jobs
by sirsinsalot 1179 days ago
An ORM is about more than mapping results to types, in Djangos case you get a powerful DDL generator, migration management, constraint validation when saving, DB portability, ...
1 comments

Automated migration management is probably the most important part of Django's ORM.