[][src]Module avocado::ops

High-level database operations: query, update, delete, etc.

Traits

Count

A counting-only query.

Delete

A deletion / removal operation.

Distinct

A query for returning the distinct values of a field.

FindAndUpdate

An operation for querying and updating the same document atomically, in a single step.

Pipeline

An aggregation pipeline.

Query

A regular query (find_one() or find_many()) operation.

Update

An update (but not an upsert) operation.

Upsert

An upsert (update or insert) operation.