Registry /
database / couchbase-goprotostellar
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.