@hackage couchdb-conduit0.10.6
Couch DB client library using http-conduit and aeson
Categories
License
BSD-3-Clause
Maintainer
Alexander Dorofeev <aka.spin@gmail.com>
Links
Versions
Installation
Dependencies (20)
- aeson >=0.6 && <0.7
- attoparsec >=0.8 && <0.11
- attoparsec-conduit >=0.5 && <0.6
- base >=4 && <5
- blaze-builder >=0.2.1 && <0.4
- bytestring >=0.9 && <0.11 Show all…
Dependents (1)
@hackage/acme-everything
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.