feat: mariadb 支持 webdb

pull/10985/head
Aaron3S 2023-07-17 17:55:05 +08:00
parent a1ded0c737
commit c39041fe7b
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ class ConnectMethodUtil:
'support': [
Protocol.mysql, Protocol.postgresql,
Protocol.oracle, Protocol.sqlserver,
Protocol.mariadb
],
'match': 'm2m'
},