Registry / database / couchbase-go-couchbase

couchbase-go-couchbase

JSON →
library0.1.1gogounverified

Package couchbase provides a smart client for Go to interact with Couchbase Server.

go get github.com/couchbase/go-couchbase
INSTALL
IMPORT
SIG · COUCHBASE-GO-COUCH
C
couchbase-go-couchbase
databasegov0.1.1
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.

couchbase
github.com/couchbase/go-couchbase

Connect to a Couchbase cluster

package main import ( "fmt" "github.com/couchbase/go-couchbase" ) func main() { client, err := couchbase.Connect("http://localhost:8091") if err != nil { panic(err) } fmt.Println(client.Info()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
couchbase-go-couchbase — go get couchbase-go-couchbase · libregistry