feat: implement base for surreal db

This commit is contained in:
Lakhan Samani
2022-11-24 19:08:17 +05:30
parent 70bab70ead
commit a366b2811d
10 changed files with 343 additions and 0 deletions

View File

@@ -27,4 +27,6 @@ const (
DbTypePlanetScaleDB = "planetscale"
// DbTypeDynamoDB is the Dynamo database type
DbTypeDynamoDB = "dynamodb"
// DbTypeSurrealDB is the SurrealDB database type
DbTypeSurrealDB = "surrealdb"
)