gocb
gocb copied to clipboard
The Couchbase Go SDK
# Proposal For Use Of Interfaces ## Context Greetings, Our development team utilizes the `gocb` package for our platform. When we use external packages such as this, we tend to...
Addresses https://github.com/couchbase/gocb/issues/80
For local development with containers or couchbase-community, the durability level is not supported (`DurabilityImpossible`). Since we already have a `ClusterConfigProfileWanDevelopment` with some presets for WanDevelopment, this PR introduces a `ClusterConfigProfileLocalDevelopment`...
**Current behavior** When using `cluster.Users().UpsertGroup`, I am unable to specify the scope for the group roles. The specified scope is ignored and "*" is used instead. The resulting role is...