[][src]Module avocado::dsl

Traits and types for describing the MongoDB DDL and DML.

Modules

doc

Type-safe document specific to DSL sub-operations (e.g. filter, update, etc.)

filter

Filtering sub-operators of the MongoDB DML.

ops

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

update

Types describing elementary update (but not upsert) operations.

Enums

Order

Ordering, eg. keys within an index, or sorting documents yielded by a query.

Traits

Doc

Implemented by top-level (direct collection member) documents only. These types always have an associated top-level name and an _id field.