expo / expo/entity

Entity Relationships

Open
#19 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.