(keys->pull-pattern-spec-form all-keys)
Returns the quoted clojure.spec that defines the shape of Datomic pulls that pull back data that will conform to `(s/keys :opt ~all-keys)
Returns the quoted clojure.spec that defines the shape of Datomic pulls that pull back data that will conform to `(s/keys :opt ~all-keys)
(spec->pull-pattern-spec spec-name)
Given a spec-name
, returns the clojure.spec that defines the shape of Datomic pulls that pull back data that
will conform to spec-name
.
Given a `spec-name`, returns the clojure.spec that defines the shape of Datomic pulls that pull back data that will conform to `spec-name`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close