Predicates used in a query. They will be translated into a mongo query.
Predicates used in a query. They will be translated into a mongo query.
(!=* x y)
(<* x y)
(<=* x y)
(=* x y)
(>* x y)
(>=* x y)
(and* & args)
(exists field)
(in field & values)
(not* pred)
(or* & args)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close