edgy
edgy copied to clipboard
🔥 The perfect ORM to work with complex databases 🔥
Changes: - multiple primary keys Ported the good parts from the old PR
Changes: - CompositeField inherits from FieldFactory - cleanup FieldFactory - inheritance checks work on fields (through I still use `__type__` for adoption type checks Update: - run tests also on...
. Add support for Marshalls. This is an optional alternative for serializing the Edgy models. This functionality allows to add extra fields to the final JSON payload sent by the...
Have a look at the fixmes in: edgy/core/db/models/metaclasses.py of my PR feature/composite_field and run `hatch run test:test tests/fields` to see the crashes when the workaround is removed The fields are...
Currently indexes are not properly dropped when drop_models is issued. This leads to bugs when re-intializing models (not a concern in real life except tests)
### Discussed in https://github.com/tarsil/edgy/discussions/98 Originally posted by **edimedia** May 25, 2024 Hi ! I think the related manager is not provided on object when this one is retrieved from DB,...
- kwarg filters allow lazy functions - None support for fks has some issues