This commit is contained in:
yumoqing 2025-10-20 16:38:58 +08:00
parent 6655fc6fde
commit 62514a2398

View File

@ -49,7 +49,7 @@ class MySqlor(SQLor):
}
@classmethod
def isMe(self,name):
if name=='mysql':
if name in ['mysql', 'aiosqlor', 'tidb']:
return True
return False