graniticio / granitic

Web/micro-services and IoC framework for Golang developers
https://granitic.io/
Apache License 2.0
35 stars 12 forks source link

Multiple DatabaseProvider implementations with no explicit configuration gives indeterminate behaviour #58

Open benhalstead opened 4 years ago

benhalstead commented 4 years ago

If more than one component implements DatabaseProvider but no custom client manager configuration is defined, it is random as to which provider is used.