Entity Relationships
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 162
- Forks
- 11
- Avg merge
- 18h 3m
- Merged PRs (30d)
- 19
Description
This is a fairly broad task covering:
- [x] Add ability to express relationships (associations, foreign keys, etc) in `EntityFieldDefinition`
- [ ] Add ability to query relationships easily. Put another way, add a way to nicely query the `associationLoader` for the relationships defined in `EntityFieldDefinition`.
- [x] Add support for cascading deletes to the relationship definition, and update the delete mutator to start a transaction, topologically sort the relationship graph to delete and everything that depends on an entity, and delete from the leaves to the root in the transaction.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.