mongoschemad ~master (2021-10-16T08:14:18Z)
Dub
Repo
Query
mongoschema
query
Undocumented in source.
struct
Query (
T
) {
Bson
[
string
]
_query
;
static
Bson
toBson
(Query!T query);
}
Members
Static functions
toBson
Bson
toBson
(Query!T query)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_query
Bson
[
string
]
_query
;
Undocumented in source.
Meta
Source
See Implementation
mongoschema
query
functions
and
nor
not
or
query
structs
FieldQuery
Query