Registry / database / go-kivik-couchdb

go-kivik-couchdb

JSON →
library2.0.0+incompatiblegogounverified

Package couchdb is a driver for connecting with a CouchDB server over HTTP, supporting authentication, multipart/related attachments, and URL query parameter options.

go get github.com/go-kivik/couchdb
INSTALL
IMPORT
SIG · GO-KIVIK-COUCHDB
G
go-kivik-couchdb
databasegov2.0.0+incompatible
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.

couchdb
github.com/go-kivik/couchdb

Connects to a CouchDB server using the Kivik CouchDB driver.

package main import ( "context" "fmt" "github.com/go-kivik/couchdb" kivik "github.com/go-kivik/kivik/v4" ) func main() { client, err := kivik.New("couch", "http://admin:password@localhost:5984/") if err != nil { panic(err) } db := client.DB(context.Background(), "mydb") fmt.Println(db) }
Debug
Known issues
gotchaVersion 2.0.0+incompatible uses a major version suffix that may cause import path confusion with older versions.
fix
Use the correct import path with /v2 suffix if needed, or stick to v1 for compatibility.
affects: 2.0.0+incompatible
Upgrade
Version history
2.0.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
go-kivik-couchdb — go get go-kivik-couchdb · libregistry