Add support for maria db

This commit is contained in:
Lakhan Samani
2022-02-12 22:49:53 +05:30
parent f0d38ab260
commit 85b4cd6339
2 changed files with 3 additions and 1 deletions

View File

@@ -15,4 +15,6 @@ const (
DbTypeMongodb = "mongodb"
// DbTypeYugabyte is the yugabyte database type
DbTypeYugabyte = "yugabyte"
// DbTypeMariaDB is the mariadb database type
DbTypeMariaDB = "mariadb"
)