feat: Added support for TuGraph graph database (#1451)

Co-authored-by: aries_ckt <916701291@qq.com>
This commit is contained in:
lipengfei
2024-04-26 09:48:40 +08:00
committed by GitHub
parent 98ebfdcd7a
commit a5666b3120
30 changed files with 379 additions and 38 deletions

View File

@@ -28,6 +28,7 @@ class DBType(Enum):
Spark = DbInfo("spark", True)
Doris = DbInfo("doris")
Hive = DbInfo("hive")
TuGraph = DbInfo("tugraph")
def value(self) -> str:
"""Return the name of the database type."""