Update dependencies to latest release in both client and server components.
Enforce relational integrity for related models to date.
Relational integrity in Mongodb is achieved at the model level rather than in Mongodb itself, so the model must implement appropriate logic and checks to assure valid relations are created and restrict/delete/set null constraints are enforced on delete.
This does the following:
Relational integrity in Mongodb is achieved at the model level rather than in Mongodb itself, so the model must implement appropriate logic and checks to assure valid relations are created and restrict/delete/set null constraints are enforced on delete.