couchdb-golang icon indicating copy to clipboard operation
couchdb-golang copied to clipboard

Golang library for working with CouchDB 2.x

Results 8 couchdb-golang issues
Sort by recently updated
recently updated
newest added

I have a couchdb view returning a resultset based on startkey and endkey params. The view works fine when using the couchdb api and using startkey and endkey params `...

The Database.View function does not honour the `key` value passed it in the view options.

Are there plans to support [CouchDB V3](https://docs.couchdb.org/en/latest/)?

Hello 👋 I wanted to know if you are going to add a new release? the latest version `v1.2.1` was released Jan 2017.

Disclaimer: I am new to Golang!!! Use RawPath so that we don't unencode database URL if previously encoded! https://github.com/golang/go/issues/3659

GoDoc states ["View executes a predefined design document view and returns the results."](https://github.com/leesper/couchdb-golang/blob/master/database.go#L1385) but when I took a look at the source, it only returns an empty ViewResult because of...

Hello, Thank you for this great library. If the query is done directly on couchDB `http://localhost:5984/mydb/_design/myview/_view/all?limit=1 ` I get the total rows = 6 which is number of rows for...

is there any example usages except the tests? thank you.