Module mongod::query[][src]

The query operations that can be perfomed on a MongoDB.

Structs

Delete

A querier to delete documents from a MongoDB collection.

Find

A querier to find documents in a MongoDB collection.

Insert

A querier to insert documents into a MongoDB collection.

Query

A convenience wrapper for easy access to queriers.

Replace

A querier to replace a document in a MongoDB collection.

Update

A querier to update documents in a MongoDB collection.