Registry / database / go-kivik-kivik-v3

go-kivik-kivik-v3

JSON →
library3.2.4gogounverified

Generic interface to CouchDB and CouchDB-like databases, with driver support.

go get github.com/go-kivik/kivik/v3
INSTALL
IMPORT
SIG · GO-KIVIK-KIVIK-V3
G
go-kivik-kivik-v3
databasegov3.2.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.

kivik
github.com/go-kivik/kivik/v3

Connect to a CouchDB database

package main import ( "context" "fmt" "github.com/go-kivik/kivik/v3" ) func main() { client, err := kivik.New("couch", "http://admin:abc123@localhost:5984/") if err != nil { panic(err) } db := client.DB(context.TODO(), "mydb") fmt.Println(db) }
Debug
Known issues
gotchaDriver must be imported separately
fix
Add blank import for the driver, e.g., import _ "github.com/go-kivik/couchdb/v3"
affects: >=3.0.0
Upgrade
Version history
3.2.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
go-kivik-kivik-v3 — go get go-kivik-kivik-v3 · libregistry