feat: 支持 Dameng 数据库

This commit is contained in:
Gerry.tan
2024-05-14 21:32:02 +08:00
committed by Bryan
parent dfd133cf5a
commit 48b037ac26
4 changed files with 51 additions and 1 deletions

View File

@@ -166,7 +166,8 @@ class ConnectMethodUtil:
'support': [
Protocol.mysql, Protocol.postgresql,
Protocol.oracle, Protocol.sqlserver,
Protocol.mariadb, Protocol.db2
Protocol.mariadb, Protocol.db2,
Protocol.dameng
],
'match': 'm2m'
},