feat: implement base for surreal db
This commit is contained in:
@@ -27,4 +27,6 @@ const (
|
||||
DbTypePlanetScaleDB = "planetscale"
|
||||
// DbTypeDynamoDB is the Dynamo database type
|
||||
DbTypeDynamoDB = "dynamodb"
|
||||
// DbTypeSurrealDB is the SurrealDB database type
|
||||
DbTypeSurrealDB = "surrealdb"
|
||||
)
|
||||
|
Reference in New Issue
Block a user