mongo v0.5.0

Modules summary

Mongo

MongoDB driver in Elixir

Mongo.Collection

Module holding operations that can be performed on a collection (find, count…)

Mongo.Cursor

Manages MongoDB cursors

Mongo.Db

Module holding operations that can be performed on MongoDB databases

Mongo.Error
Mongo.Find

Find operation on MongoDB

Mongo.Helpers

Helper macros

Mongo.Request

Defines, encodes and sends MongoDB operations to the server

Mongo.Response

Receives, decode and parse MongoDB response from the server

Mongo.Server

Manage the connection to a mongodb server

Exceptions summary

Mongo.Bang