@hackage / couchdb-conduit

Couch DB client library using http-conduit and aeson

Latest0.10.6

About

Metadata

  • Last updated , by AlexanderDorofeev
  • License BSD-3-Clause
  • Categories Streaming, Databases
  • Maintained by: Alexander Dorofeev <aka.spin@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

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.