Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: analyze a whole database and find its relationships [WIP] [Skunkworks] #207

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lerouxb
Copy link
Contributor

@lerouxb lerouxb commented Oct 25, 2023

I should probably change the interface to take all the schemas at once which should make it possible to check references to things other than _id. ie. make _id and every other objectid/uuid field that was selected as a candidate for any collection a possible target field. Although then you have the problem where if two collections reference a third one's _id, then those two would also be referencing each other. Which is not what you want 馃

@coveralls
Copy link

Coverage Status

coverage: 80.741% (-9.2%) from 89.958% when pulling ad54681 on analyze-database into c7b07ea on main.

@coveralls
Copy link

coveralls commented Oct 25, 2023

Coverage Status

coverage: 80.741% (-9.2%) from 89.958% when pulling ad54681 on analyze-database into c7b07ea on main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants