-
Notifications
You must be signed in to change notification settings - Fork 12
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate relational schema #17
Generate relational schema #17
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small typos or clarifications. The concept itself looks good. I'm missing a list of required attributes for reach relation type, e.g.:
- 1:1 must always contain a
reference
on one side and asql
on the other - similar rules for 1:n and m:n
(just an example because I don't know the actual rules yet)
This can then be validated if we want via the to
attributes, which is another reason why I would like to keep them.
This is documented in models.yml as list of implemented from-to-rules. |
As agreed let us merge this PR to the feature-branch