The couchdb-enumerator package
This package is a thin wrapper around http-enumerator to access a Couch DB Database, using the aeson package to parse and encode JSON data. http-enumerator, 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.2.0, 0.2.1, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.7 |
|---|---|
| Dependencies | aeson (0.3.*), attoparsec (≥0.8 & <0.10), attoparsec-enumerator (0.2.*), base (4.*), bytestring (0.9.*), containers (≥0.3 & <0.5), enumerator (0.4.*), http-enumerator (≥0.6.5.3 & <0.7), http-types (0.6.*), monad-control (0.2.*), text (0.11.*), transformers (0.2.*), utf8-string (0.3.*) |
| License | BSD3 |
| Author | John Lenz <jlenz2@math.uiuc.edu> |
| Maintainer | John Lenz <jlenz2@math.uiuc.edu> |
| Stability | Experimental |
| Category | Database, Web |
| Home page | http://bitbucket.org/wuzzeb/couchdb-enumerator |
| Source repository | hg clone https://bitbucket.org/wuzzeb/couchdb-enumerator |
| Executables | test-couch |
| Upload date | Sun Jun 26 18:42:34 UTC 2011 |
| Uploaded by | JohnLenz |
| Built on | ghc-7.0 |
Modules
- Database
- CouchDB
Downloads
- couchdb-enumerator-0.3.0.tar.gz (Cabal source package)
- package description (included in the package)