daadu/dorm ⭐ 9

dorm is a minimal Django wrapper that lets you use its ORM independently, without the full framework.

vsdudakov/fastadmin ⭐ 197

FastAdmin is an easy-to-use Admin Dashboard App for FastAPI/Flask/Django inspired by Django Admin.

auvipy/django-sqlalchemy ⭐ 118

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]

rednaks/django-async-orm ⭐ 131

Bringing Async Capabilities to django ORM

piccolo-orm/piccolo ⭐ 1584

A fast, user friendly ORM and query builder which supports asyncio.

Suor/django-cacheops ⭐ 2182

A slick ORM cache with automatic granular event-driven invalidation.

aykut/django-bulk-update ⭐ 433

Bulk update using one query over Django ORM

jdelic/django-dbconn-retry ⭐ 61

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