mirror of https://github.com/jumpserver/jumpserver
Merge pull request #10985 from jumpserver/pr@dev@feat_db_mariadb_web_db_support
feat: mariadb 支持 webdbpull/10989/head
commit
a2c6e5f3fb
|
@ -164,6 +164,7 @@ class ConnectMethodUtil:
|
|||
'support': [
|
||||
Protocol.mysql, Protocol.postgresql,
|
||||
Protocol.oracle, Protocol.sqlserver,
|
||||
Protocol.mariadb
|
||||
],
|
||||
'match': 'm2m'
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue