rookie-ninja / rk-db

Enterprise level database bootstrapper with YAML based on rk-entry in Golang
Apache License 2.0
5 stars 4 forks source link

[mongodb] Bootstrap once, add GetDefaultMongoDB #2

Closed ludanfeng closed 2 years ago

ludanfeng commented 2 years ago
  1. only the first call will invoke mongodb's Bootstrap logic;
  2. add a helper function GetDefaultMongoDB for getting default database when only one database is set.
dongxuny commented 2 years ago

LGTM