dipdup
dipdup copied to clipboard
Meta: DipDup ORM
Missing features
- [ ] Support for composite PKs.
- [ ] One-to-one and one-to-many relations in a single model (possibly works already)
- [ ] Basic TimescaleDB integration
- [x] #482
- [ ] Global transactions
Bugs
- [x] #236
- [ ] Fields with null=True are typed incorrectly
Other
- [ ] ForeignKeyField definitions should refer a single class, w/o strings
- [ ] A (much) stricter QA -- linting, typechecking etc.
- [ ] Drop ugly MySQL hacks