Popularity
6.1
Declining
Activity
0.0
Stable
11
4
4

Monthly Downloads: 85
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Database     Conduit    
Latest version: v0.10.6

couchdb-conduit alternatives and similar packages

Based on the "Conduit" category.
Alternatively, view couchdb-conduit alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of couchdb-conduit or a related project?

Add another 'Conduit' Package

README

Welcome to couchdb-conduit

This is a CouchDB client library for the Haskell programming language.

Testing against secured CouchDB

If your CouchDB not in Admin Party, you need to set credentials. Just set needed login and password in module CouchDBAuch:

login = "yourLogin"
pass = "yourPass"

or leave them empty

Join in!

We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Please report bugs via the github issue tracker.

Master git repository:

git clone git://github.com/akaspin/couchdb-conduit.git

Authors

This library is written and maintained by Alexander Dorofeev, [email protected].