couchdb-conduit

Couch DB client library using http-conduit and aeson

https://github.com/akaspin/couchdb-conduit

Latest on Hackage:0.10.6

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Alexander Dorofeev, John Lenz
Maintained by Alexander Dorofeev

This package is a thin wrapper around http-conduit to access a Couch DB Database, using the aeson package to parse and encode JSON data. http-conduit, aeson, and attoparsec fit togther so well that this package is mostly just a direct combination of these packages. The single additional feature in this package is an attoparsec parser for views, which allows constant memory processing of view returns.