dorm is a minimal Django wrapper that lets you use its ORM independently, without the full framework.
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]
Bringing Async Capabilities to django ORM
A fast, user friendly ORM and query builder which supports asyncio.
A slick ORM cache with automatic granular event-driven invalidation.
Bulk update using one query over Django ORM
Pydantic model support for Django
Celery Periodic Tasks backed by the Django ORM
Patches Django to reconnect on a failed database connection once before failing. Helping with running Django ORM through HAProxy, for example.