Skip to content

craigyam/go-cloudant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

go-cloudant

go-cloudant is a Cloudant DB client written in Go. It takes advantage of the go-couchdb client and add Index and Search into it to ease the usage of the Cloudant DB. Also, it tries to simplify the use of couchdb library by adding more native structs.

The go-couchdb credits go to fjl/go-couchdb and timjacobi/go-couchdb

This is a project using glide package management, you should do glide update once you change any of the dependencies in order to pass the build.

Usage

import "github.com/IBM-Bluemix/go-cloudant"

For detailed usage, check cloudant_test.go

Test

make test

All methods should be covered by tests, and the Makefile will also check the format of the code, so try to use make before the commit.

Contribution

To make contributions, please add tests to the methods or functionality you've added.

About

go-cloudant is a Cloudant DB client written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 96.8%
  • Makefile 3.2%