dymmond / edgy

🔥 The perfect ORM to work with complex databases 🔥
https://edgy.dymmond.com
MIT License
174 stars 9 forks source link

managers with instance attribute #127

Closed devkral closed 3 months ago

devkral commented 3 months ago

Now managers of an instance have also the attribute instance

I think this has potential. We could use managers as base for RelatedFields and Relations.

I splitted also Manager and BaseManager (without __getattr__ magic)