Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Clients

  • Couch - CouchDB client for Go WARNING: This project is not maintained anymore.
  • couchdb-goCouchDB driver for Go “This is my golang CouchDB driver. There are many like it, but this one is mine.”
  • CouchDB-Golang Golang library for working with CouchDB 2.x
  • couchgoCouchDB Client for Go. Supports BulkSave and emulates couch.js API
  • go-couchdbYet another CouchDB HTTP API wrapper for Go (Fully supports only CouchDB <= 1.6.1 as of this writing)
  • KivikKivik provides a generic interface to CouchDB or CouchDB-like databases for Go and GopherJS.

 

Couch

...

 

Package couch implements a client for a CouchDB database. It focuses on basic operations, replication, conflict management and error handling. Examples, documentation and API reference can be found on godoc.org.

 

Installation

Install couch using the "go get" command, the Go distribution is the only dependency:

...