The couchdb-conduit package
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.
Properties
| Versions | 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.2.0, 0.2.0.1, 0.2.1, 0.2.1.1, 0.2.1.2, 0.3.0.0, 0.3.0.1, 0.4.0, 0.4.1, 0.4.2, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.6.0, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.6, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.9.0, 0.10.0, 0.10.1, 0.10.2, 0.10.3, 0.10.4, 0.10.5, 0.10.6 |
|---|---|
| Dependencies | aeson (0.5.*), attoparsec (≥0.8 & <0.11), attoparsec-conduit (0.0.*), base (4.*), blaze-builder, bytestring (0.9.*), conduit (≥0.0.0.2 & <0.1), containers, data-default, http-conduit (≥1.1.0.1 & <1.2), http-types (0.6.*), lifted-base (0.1.*), monad-control (0.3.*), syb, text (0.11.*), transformers (0.2.*), transformers-base (≥0.4.1 & <0.5), unordered-containers (0.1.*), utf8-string (0.3.*) |
| License | BSD3 |
| Author | Alexander Dorofeev <aka.spin@gmail.com>, John Lenz <lenz@math.uic.edu> |
| Maintainer | Alexander Dorofeev <aka.spin@gmail.com> |
| Stability | Experimental |
| Category | Database, Conduit |
| Home page | https://github.com/akaspin/couchdb-conduit |
| Bug tracker | https://github.com/akaspin/couchdb-conduit/issues |
| Source repository | git clone git://github.com/akaspin/couchdb-conduit.git |
| Upload date | Sat Jan 14 04:03:16 UTC 2012 |
| Uploaded by | AlexanderDorofeev |
| Built on | ghc-7.2 |
Modules
Downloads
- couchdb-conduit-0.1.3.0.tar.gz (Cabal source package)
- package description (included in the package)