{"id":74257,"library":"couchbase-gocb","title":"Couchbase Go SDK","description":"The official Couchbase Go SDK for interacting with Couchbase Server.","status":"active","version":"1.6.7","language":"go","source_language":null,"source_url":"https://github.com/couchbase/gocb","tags":["couchbase","database","nosql","sdk"],"install":[{"cmd":"go get github.com/couchbase/gocb","lang":"bash","label":"Install github.com/couchbase/gocb"}],"dependencies":[],"imports":[{"symbol":"gocb","correct":"github.com/couchbase/gocb"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/couchbase/gocb\"\n)\n\nfunc main() {\n\tcluster, _ := gocb.Connect(\"couchbase://localhost\", gocb.ClusterOptions{Username: \"user\", Password: \"pass\"})\n\tbucket := cluster.Bucket(\"default\")\n\tfmt.Println(bucket.Name())\n}","lang":"go","description":"Connects to a Couchbase cluster and accesses a bucket."},"warnings":[{"fix":"Use v2 for new projects; v1 is legacy.","message":"Breaking changes between v1 and v2","severity":"breaking","affected_versions":">=1.0.0 <2.0.0"}],"env_vars":null,"search_vec":"'couchbas':1,6,12,14 'databas':15 'go':2,7 'interact':10 'nosql':16 'offici':5 'sdk':3,8,17 'server':13","created_at":"2026-06-17T19:01:30.957510+00:00","updated_at":"2026-06-17T19:01:30.957510+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/couchbase/gocb","github":"https://github.com/couchbase/gocb","docs":"https://pkg.go.dev/github.com/couchbase/gocb#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}