Metadata-Version: 2.2
Name: rawdog_django_orm
Version: 0.0.2
Summary: Utilities for using the django orm outside of django
Home-page: https://github.com/orgs/trysimpler/rawdog_django_orm
Author: George3d6
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: django
Requires-Dist: starlette
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# Rawdog django ORM

The django ORM and CRM provide amazing interfaces that work out of the box and have the most pleasant and advnaced migration system I've ever encountered.

Their core flaw is that they are designed to work with django, and thus suffer from constraints around:
- Async/io usage
- Performance
- Sane design patterns

This package contains various utilities I need in order to use the django ORM and admin UI inside modern projects.

I'm making it public in case others find it useful.

