-
Notifications
You must be signed in to change notification settings - Fork 240
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
docs: adds decision record about default datasource #3346
docs: adds decision record about default datasource #3346
Conversation
|
||
## Rationale | ||
|
||
Each SQL store implementation as of today needs to have at least one mandatory configuration |
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.
Each SQL store implementation as of today needs to have at least one mandatory configuration | |
Each SQL store implementation currently must have at least one mandatory configuration |
Each SQL store implementation as of today needs to have at least one mandatory configuration | ||
parameter `edc.datasource.<entity>.name` and then in case additional parameters as `url`, `user`, `password` and so on. | ||
|
||
This is powerful for fine-grained configuration and deployment. For simpler case and scenario all the store should |
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.
This is powerful for fine-grained configuration and deployment. For simpler case and scenario all the store should | |
This is powerful for fine-grained configuration and deployment. For simpler cases and scenario all the stores should |
|
||
## Approach | ||
|
||
All the SQL store extension will default to a common datasource name defined |
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.
All the SQL store extension will default to a common datasource name defined | |
All the SQL store extensions will default to a common datasource name defined |
Will amend this in the PR |
What this PR changes/adds
Adds decision about default datasource
Why it does that
Briefly state why the change was necessary.
Further notes
List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.
Linked Issue(s)
Ref #3337