added the couchbase provider template

This commit is contained in:
manoj
2022-10-10 00:24:14 +05:30
parent 820d294130
commit 5f30b159fa
15 changed files with 413 additions and 6 deletions

View File

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

View File

@@ -27,6 +27,10 @@ const (
EnvAwsAccessKey = "AWS_ACCESS_KEY"
// EnvAwsAccessKey key for env variable AWS_SECRET_KEY
EnvAwsSecretKey = "AWS_SECRET_KEY"
// EnvAwsAccessKey key for env variable AWS_SECRET_KEY
EnvCouchbaseScope = "COUCHBASE_SCOPE"
// EnvAwsAccessKey key for env variable AWS_SECRET_KEY
EnvCouchbaseBucket = "COUCHBASE_BUCKET"
// EnvKeyDatabaseName key for env variable DATABASE_NAME
EnvKeyDatabaseName = "DATABASE_NAME"
// EnvKeyDatabaseUsername key for env variable DATABASE_USERNAME