All Projects → patrickjuchli → couch

patrickjuchli / couch

Licence: MIT License
CouchDB client for Go

Programming Languages

go
31211 projects - #10 most used programming language

Couch

Build Status GoDoc

WARNING: This project is not maintained anymore.

This is a CouchDB client for Go, it focuses on basic operations, proper conflict management, error handling and replication.

Not yet part of this are attachment handling, general statistics and optimizations, change detection and creating views. Most of the features are accessible using the generic Do() function, though.

Suggestions and critique are welcome.

Documentation

Documentation and API Reference can be found on godoc.org

Installation

Install couch using the "go get" command:

go get github.com/patrickjuchli/couch

The Go distribution is the only dependency.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].