Jaymon / prom

A PostgreSQL or SQLite orm for Python
MIT License
22 stars 4 forks source link

extras model and config stuff should be merged into the normal classes #159

Closed Jaymon closed 1 year ago

Jaymon commented 1 year ago

Now that we're python 3+ only, we should have built-in support for enum.

Now that Orm.models_name and Orm.model_name exist we should be able to make the MagicOrm functionality a bit better and move it into the main Orm

Jaymon commented 1 year ago

This has been done over the last month. MagicOrm still exists though with some functionality I'm not ready to move into the main Orm class