Jaymon / prom

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

Orm magic methods #177

Closed Jaymon closed 6 months ago

Jaymon commented 6 months ago

Right now reference and dependency magic methods work. I now have support for relationship methods also. So upgrade Orm.__getattr__ to check relationships if reference and dependency lookups fail.

Jaymon commented 6 months ago

Sigh, I already had this: https://github.com/Jaymon/prom/issues/176 and it is now fixed