Registry / database / couchbaselabs-gocbconnstr-v1

couchbaselabs-gocbconnstr-v1

JSON →
library1.0.4gogounverified

Package gocbconnstr provides utilities for parsing Couchbase connection strings.

go get gopkg.in/couchbaselabs/gocbconnstr.v1
INSTALL
IMPORT
SIG · COUCHBASELABS-GOCB
C
couchbaselabs-gocbconnstr-v1
databasegov1.0.4
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.

gocbconnstr
gopkg.in/couchbaselabs/gocbconnstr.v1

Parses a Couchbase connection string and prints the hosts.

package main import ( "fmt" "gopkg.in/couchbaselabs/gocbconnstr.v1" ) func main() { connSpec, _ := gocbconnstr.Parse("couchbase://localhost/default") fmt.Println(connSpec.Hosts) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
couchbaselabs-gocbconnstr-v1 — go get couchbaselabs-gocbconnstr-v1 · libregistry