|
|
|
| Description |
| Maintains a persistent HTTP connection to a CouchDB database server.
CouchDB enjoys closing the connection if there is an error (document
not found, etc.) In such cases, CouchMonad will automatically
reestablish the connection.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
|
| A computation that interacts with a CouchDB database. This monad
encapsulates the IO monad, a persistent HTTP connnection to a
CouchDB database and enough information to re-open the connection
if it is closed.
| Instances | |
|
|
|
|
|
|
| Connects to the CouchDB server at localhost:5984.
|
|
| Produced by Haddock version 2.3.0 |