Database.MongoDB.Query

Monad

data Action m a

access

data Failure

type ErrorCode

data AccessMode

type GetLastError

master

slaveOk

accessMode

class MonadDB m

Database

type Database

allDatabases

useDb

thisDatabase

Authentication

type Username

type Password

auth

Collection

type Collection

allCollections

Selection

data Selection

type Selector

whereJS

class Select aQueryOrSelection

Write

Insert

insert

insert_

insertMany

insertMany_

insertAll

insertAll_

Update

save

replace

repsert

type Modifier

modify

Delete

delete

deleteOne

Read

Query

data Query

data QueryOption

type Projector

type Limit

type Order

type BatchSize

explain

find

findOne

fetch

count

distinct

Cursor

data Cursor

nextBatch

next

nextN

rest

closeCursor

isCursorClosed

Group

data Group

data GroupKey

group

MapReduce

data MapReduce

type MapFun

type ReduceFun

type FinalizeFun

data MROut

data MRMerge

type MRResult

mapReduce

runMR

runMR'

Command

type Command

runCommand

runCommand1

eval