Registry / database / couchbaselabs-go-couchbase

couchbaselabs-go-couchbase

JSON →
library0.1.1gogounverified

Smart client for interacting with Couchbase databases.

go get github.com/couchbaselabs/go-couchbase
INSTALL
IMPORT
SIG · COUCHBASELABS-GO-C
C
couchbaselabs-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/couchbaselabs/go-couchbase

Connect to a Couchbase cluster and get a pool.

package main import ( "fmt" "github.com/couchbaselabs/go-couchbase" ) func main() { client, err := couchbase.Connect("http://localhost:8091") if err != nil { panic(err) } pool, err := client.GetPool("default") if err != nil { panic(err) } fmt.Println(pool.Name) }
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
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
couchbaselabs-go-couchbase — go get couchbaselabs-go-couchbase · libregistry