{"id":69207,"library":"go-kivik-couchdb","title":"Kivik CouchDB Driver","description":"Package couchdb is a driver for connecting with a CouchDB server over HTTP, supporting authentication, multipart/related attachments, and URL query parameter options.","status":"active","version":"2.0.0+incompatible","language":"go","source_language":null,"source_url":"https://github.com/go-kivik/couchdb","tags":["couchdb","database","driver","kivik","nosql"],"install":[{"cmd":"go get github.com/go-kivik/couchdb","lang":"bash","label":"Install github.com/go-kivik/couchdb"}],"dependencies":[],"imports":[{"symbol":"couchdb","correct":"github.com/go-kivik/couchdb"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"github.com/go-kivik/couchdb\"\n\tkivik \"github.com/go-kivik/kivik/v4\"\n)\n\nfunc main() {\n\tclient, err := kivik.New(\"couch\", \"http://admin:password@localhost:5984/\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdb := client.DB(context.Background(), \"mydb\")\n\tfmt.Println(db)\n}","lang":"go","description":"Connects to a CouchDB server using the Kivik CouchDB driver."},"warnings":[{"fix":"Use the correct import path with /v2 suffix if needed, or stick to v1 for compatibility.","message":"Version 2.0.0+incompatible uses a major version suffix that may cause import path confusion with older versions.","severity":"gotcha","affected_versions":"2.0.0+incompatible"}],"env_vars":null,"search_vec":"'attach':20 'authent':18 'connect':10 'couchdb':2,5,13,26 'databas':27 'driver':3,8,28 'http':16 'kivik':1,29 'multipart/related':19 'nosql':30 'option':25 'packag':4 'paramet':24 'queri':23 'server':14 'support':17 'url':22","created_at":"2026-06-17T17:59:15.627777+00:00","updated_at":"2026-06-17T17:59:15.627777+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/go-kivik/couchdb","github":"https://github.com/go-kivik/couchdb","docs":"https://pkg.go.dev/github.com/go-kivik/couchdb#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}}