/gocouchstore

Go bindings for the couchstore library

Primary LanguageGoApache License 2.0Apache-2.0

gocouchstore

Go bindings for Couchstore

Building

  1. Obtain and build couchstore: https://github.com/couchbase/couchstore (run make install to install the library)
  2. Install header files to system location
  3. On Ubuntu 14.04: cd <couchbase_build_dir> && mkdir /usr/local/include/libcouchstore && cp include/libcouchstore/* /usr/local/include/libcouchstore
  4. go get -u -v -t github.com/hisundar/gocouchstore

Documentation

See godocs