couch-simple-0.0.1.0: A modern, lightweight, complete client for CouchDB

CopyrightCopyright (c) 2015, Michael Alan Dorman
LicenseMIT
Maintainermdorman@jaunder.io
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Database.Couch

Description

Database.Couch is intended to be a modern, lightweight, complete client for CouchDB. So far, it is modern and lightweight, but not yet complete.

All of the modules in this package are intended to be import qualified. No attempt has been made to keep names of functions from clashing with obvious or otherwise commonly-used names---or even with other modules in the package. Types are often unique, but again, no guarantees.

At the moment the only available interface is the Database.Couch.Explicit interface, where all aspects of the interface are directly exposed. Please see that module for an overview.

All types are located in Database.Couch.Types.