persistent-mongoDB-0.2.2: Backend for the persistent library using mongoDB.

Database.Persist.MongoDB

Description

A redis backend for persistent.

Synopsis

Documentation

withMongoDBConn :: NetworkIO m => t -> HostName -> ((ConnPool Host, t) -> m b) -> m bSource

type HostName = String

Either a host name e.g., "haskell.org" or a numeric host address string consisting of a dotted decimal IPv4 address or an IPv6 address e.g., "192.168.0.1".