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.6.*), attoparsec (≥0.8 & <0.11), attoparsec-conduit (0.5.*), base (4.*), blaze-builder (≥0.2.1 & <0.4), bytestring (≥0.9 & <0.11), conduit (0.5.*), containers (≥0.2), data-default, http-conduit (1.6.*), http-types (0.7.*), lifted-base (0.1.*), monad-control (0.3.*), resourcet, string-conversions, syb, text (0.11.*), transformers (≥0.2 & <0.4), unordered-containers (≥0.1), vector |
| License | BSD3 |
| Author | Alexander Dorofeev <aka.spin@gmail.com>, John Lenz <lenz@math.uic.edu> |
| Maintainer | Alexander Dorofeev <aka.spin@gmail.com> |
| Stability | Testing |
| 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 | Sun Sep 23 20:08:58 UTC 2012 |
| Uploaded by | AlexanderDorofeev |
| Built on | ghc-7.6 |
Modules
- Database
- CouchDB
Downloads
- couchdb-conduit-0.10.4.tar.gz (Cabal source package)
- package description (included in the package)