Skip to content
forked from fjl/go-couchdb

Yet another CouchDB HTTP API wrapper for Go [managed by soy-programador]

Notifications You must be signed in to change notification settings

cabify/go-couchdb

 
 

Repository files navigation

What's this?

go-couchdb is yet another CouchDB client written in Go. Forked from github.com/cabify/go-couchdb but not compatible with it anymore.

This project contains three Go packages:

package couchdb GoDoc

import "github.com/cabify/go-couchdb"

This wraps the CouchDB HTTP API.

package couchapp GoDoc

import "github.com/cabify/go-couchdb/couchapp"

This provides functionality similar to the original couchapp tool, namely compiling a filesystem directory into a JSON object and storing the object as a CouchDB design document.

package couchdaemon GoDoc

import "github.com/cabify/go-couchdb/couchdaemon"

This package contains some functions that help you write Go programs that run as a daemon started by CouchDB, e.g. fetching values from the CouchDB config.

Tests

You can run the unit tests with make test.

Build Status

About

Yet another CouchDB HTTP API wrapper for Go [managed by soy-programador]

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.7%
  • Makefile 0.3%