Liking cljdoc? Tell your friends :D

lab79.datomic-spec.pull


keys->pull-pattern-spec-formclj/s

(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)
sourceraw docstring

spec->pull-pattern-specclj/s

(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`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close