perf: community add postgre support

pull/13719/head
ibuler 2024-07-15 16:16:38 +08:00 committed by 老广
parent 815973fb63
commit cfa1034161
1 changed files with 2 additions and 1 deletions

View File

@ -117,5 +117,6 @@ class DatabaseTypes(BaseType):
@classmethod
def get_community_types(cls):
return [
cls.MYSQL, cls.MARIADB, cls.MONGODB, cls.REDIS
cls.MYSQL, cls.MARIADB, cls.POSTGRESQL,
cls.MONGODB, cls.REDIS,
]