(check-expr chk v)
(chk-expr-sym chk-sym v-sym)
(wrap-single-model-expression f)
controls the expressions allowed for searches (pipeline/normalise {:account/name '(= "Chris")} {:schema (schema/schema examples/account-name-age-sex) :pipeline {:expression {:account {:name '(= "Chris")}}}} wrappers) => {:account {:name '(= "Chris")}}
(pipeline/normalise {:account/name '(= "Chris")} {:schema (schema/schema examples/account-name-age-sex) :pipeline {:expression {:account {:name '#{=}}}}} wrappers) => {:account {:name '(= "Chris")}}
controls the expressions allowed for searches (pipeline/normalise {:account/name '(= "Chris")} {:schema (schema/schema examples/account-name-age-sex) :pipeline {:expression {:account {:name '(= "Chris")}}}} *wrappers*) => {:account {:name '(= "Chris")}} (pipeline/normalise {:account/name '(= "Chris")} {:schema (schema/schema examples/account-name-age-sex) :pipeline {:expression {:account {:name '#{=}}}}} *wrappers*) => {:account {:name '(= "Chris")}}
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close