Registry / database / couchbase-gocbcore-v10

couchbase-gocbcore-v10

JSON →
library10.9.3gogounverified

Package gocbcore implements methods for low-level communication with a Couchbase Server cluster.

go get github.com/couchbase/gocbcore/v10
INSTALL
IMPORT
SIG · COUCHBASE-GOCBCORE
C
couchbase-gocbcore-v10
databasegov10.9.3
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.

gocbcore
github.com/couchbase/gocbcore/v10

Create a Couchbase agent

package main import ( "fmt" "github.com/couchbase/gocbcore/v10" ) func main() { config := gocbcore.AgentConfig{} agent, err := gocbcore.CreateAgent(&config) if err != nil { panic(err) } fmt.Println(agent) }
Debug
Known issues
gotchaThis is a low-level library; most users should use gocb instead.
fix
Use github.com/couchbase/gocb/v2 for a higher-level API.
affects: *
Upgrade
Version history
10.9.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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