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

Database.Persist.MongoDB

Description

A redis backend for persistent.

Synopsis

Documentation

withMongoDBConn :: (MonadIO m, Applicative 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".