You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: Database configuation for services has changed from a Map to a single instance
closesedgexfoundry#4131
Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
* refactor!: Change Database configuration to be single instance
BREAKING CHANGE: Database configuration for services has changed from a Map to a single instance
closes#4131
Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
🚀 Feature Request
Relevant Package [REQUIRED]
This feature request is for Core Data and Core MetadataDescription [REQUIRED]
Current DB configuration is a collection of DB info, when in reality only one instance is ever needed.Describe the solution you'd like
Change the DB configuration from `Databases map[string]bootstrapConfig.Database` to `Database bootstrapConfig.Database`Describe alternatives you've considered
Have you considered any alternative solutions or workarounds?The text was updated successfully, but these errors were encountered: