Registry / database / couchbase-goprotostellar

couchbase-goprotostellar

JSON →
library1.0.5gogounverified

Couchbase Go Protostellar provides a gRPC-based client for interacting with Couchbase Server.

go get github.com/couchbase/goprotostellar
INSTALL
IMPORT
SIG · COUCHBASE-GOPROTOS
C
couchbase-goprotostellar
databasegov1.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

goprotostellar
github.com/couchbase/goprotostellar

Connect to Couchbase using Protostellar

package main import ( "context" "fmt" "github.com/couchbase/goprotostellar" ) func main() { client, err := goprotostellar.NewClient(context.Background(), "localhost:18091", "username", "password") if err != nil { panic(err) } defer client.Close() fmt.Println("Connected to Couchbase") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
couchbase-goprotostellar — go get couchbase-goprotostellar · libregistry