Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Since Django has gained mature native migrations there is a lot less point to using SQLAlchemy in a Django project, though SQLAlchemy is undeniably the superior and far more capable ORM. That should be unsurprising though - sqlalchemy is more code than the entire django package, and sqlalchemy + alembic is roughly five times as many LOC as django.db, and both are similar "density" code.




Makes sense as sqlalchemy’s docs are also 5x as confusing.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: