-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Stream results from MongoDB
--   
--   Stream results from MongoDB
@package pipes-mongodb
@version 0.1.0.0

module Pipes.MongoDB
fromCursor :: (MonadIO m, MonadBaseControl IO m) => Cursor -> Producer Document (Action m) ()
action :: (MonadBaseControl IO m, MonadIO m) => Action m Cursor -> Producer Document (Action m) ()
find :: (MonadIO m, MonadBaseControl IO m) => Query -> Producer Document (Action m) ()
runMR :: (MonadIO m, MonadBaseControl IO m) => MapReduce -> Producer Document (Action m) ()
