django-orm topic

List django-orm repositories

django-sqlalchemy

112
Stars
4
Forks
Watchers

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

115
Stars
5
Forks
Watchers

More expressive relationships for the Django ORM.

django-eraserhead

196
Stars
3
Forks
Watchers

💂🏻 Django package that provides hints to optimize database usage by deferring unused fields (and more)

django-dbconn-retry

73
Stars
24
Forks
Watchers

Patches Django to reconnect on a failed database connection once before failing. Helping with running Django ORM through HAProxy, for example.

django-celery-beat

1.6k
Stars
413
Forks
Watchers

Celery Periodic Tasks backed by the Django ORM

django-bulk-update

431
Stars
60
Forks
Watchers

Bulk update using one query over Django ORM

django-test-migrations

494
Stars
33
Forks
Watchers

Test django schema and data migrations, including migrations' order and best practices.

django-polymorphic

1.6k
Stars
273
Forks
Watchers

Improved Django model inheritance with automatic downcasting

djantic

443
Stars
34
Forks
Watchers

Pydantic model support for Django