mongo v0.5.4 Mongo.Request
Defines, encodes and sends MongoDB operations to the server
Summary
Functions
Builds a database command message composed of the command tag and its arguments
Builds a delete command message
Builds a get_more command message
Builds an insert command message
Builds a kill_cursor command message
Builds a query message
Builds an update command message
Functions
Builds a database command message composed of the command tag and its arguments.
Builds a query message
- collection: collection
- selector: selection criteria (Map or nil)
- projector: fields (Map or nil)