django-orm topic
django-sqlalchemy
Django ORM built on top of SQLalchemy core 2.0 for seamless integration of SQLAlchemy with Django 4.2+ PostgreSQL 14+ only for now. [pre POC now]
django-relativity
More expressive relationships for the Django ORM.
django-eraserhead
💂🏻 Django package that provides hints to optimize database usage by deferring unused fields (and more)
django-dbconn-retry
Patches Django to reconnect on a failed database connection once before failing. Helping with running Django ORM through HAProxy, for example.
awesome-django-cn
Django 优秀资源大全。
django-celery-beat
Celery Periodic Tasks backed by the Django ORM
django-bulk-update
Bulk update using one query over Django ORM
django-test-migrations
Test django schema and data migrations, including migrations' order and best practices.
django-polymorphic
Improved Django model inheritance with automatic downcasting
djantic
Pydantic model support for Django