Add support for yugabyte

Resolves #119
This commit is contained in:
Lakhan Samani
2022-02-12 13:19:31 +05:30
parent 51532657d7
commit 6c2a4c3256
2 changed files with 3 additions and 2 deletions

View File

@@ -13,4 +13,6 @@ const (
DbTypeArangodb = "arangodb"
// DbTypeMongodb is the mongodb database type
DbTypeMongodb = "mongodb"
// DbTypeYugabyte is the yugabyte database type
DbTypeYugabyte = "yugabyte"
)