-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
数据库管理和账号管理支持MongoDB #2108
数据库管理和账号管理支持MongoDB #2108
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2108 +/- ##
==========================================
- Coverage 75.51% 75.43% -0.09%
==========================================
Files 102 103 +1
Lines 14910 15105 +195
==========================================
+ Hits 11259 11394 +135
- Misses 3651 3711 +60
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
感谢贡献,可以先用black处理下lint检测 |
代码已用black格式化 |
新增了不少方法,也更新下单元测试吧,辛苦了👍 |
已更新 |
* add mongo db type management support * 更新功能清单支持MongoDB账号管理 * refomat code by black * add unittest for MySQL&MongoDB management function --------- Co-authored-by: 小圈圈 <rtttte@qq.com> (cherry picked from commit efbaa81)
新增支持MongoDB类型数据库管理和账号管理,抽取了接口在EngineBase接口中定义,若有需要其它数据库类型的,也可以实现该接口支持。instance_account表新增了字段db_name用作MongoDB存储用户的数据库。