mongoschema.query

This module provides a typesafe querying framework. For now only very basic queries are supported

Members

Functions

and
Query!T and(Query!T[] exprs)
Undocumented in source. Be warned that the author may not have intended to support it.
nor
Query!T nor(Query!T[] exprs)
Undocumented in source. Be warned that the author may not have intended to support it.
not
Query!T not(Query!T[] exprs)
Undocumented in source. Be warned that the author may not have intended to support it.
or
Query!T or(Query!T[] exprs)
Undocumented in source. Be warned that the author may not have intended to support it.
query
Query!T query()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

FieldQuery
struct FieldQuery(T, Obj)

Represents a field to compare

Query
struct Query(T)
Undocumented in source.

Meta