feat: add support for planetscale

Resolves #195
This commit is contained in:
Lakhan Samani
2022-07-11 22:37:07 +05:30
parent bfaa0f9d89
commit 1fe0d65874
5 changed files with 17 additions and 12 deletions

View File

@@ -23,4 +23,6 @@ const (
DbTypeScyllaDB = "scylladb"
// DbTypeCockroachDB is the cockroach database type
DbTypeCockroachDB = "cockroachdb"
// DbTypePlanetScaleDB is the planetscale database type
DbTypePlanetScaleDB = "planetscale"
)