mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-27 04:24:16 +00:00
feat: Added support for TuGraph graph database (#1451)
Co-authored-by: aries_ckt <916701291@qq.com>
This commit is contained in:
@@ -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."""
|
||||
|
Reference in New Issue
Block a user