支持tdengine

This commit is contained in:
XM-GO
2023-06-19 17:06:38 +08:00
parent 997e0862fa
commit 8b5a0206b9
12 changed files with 186 additions and 99 deletions

View File

@@ -3,7 +3,5 @@ package driver
type DbMetadata interface {
GetTables() []map[string]interface{}
GetColumns(tableNames ...string) []map[string]interface{}
GetPrimaryKey(tableName string) string
GetTableInfos() []map[string]interface{}
GetTableRecord(tableName string, pageNum, pageSize int) ([]string, []map[string]interface{}, error)
}