Liking cljdoc? Tell your friends :D

pullql.core


derive-from-queryclj/s

(derive-from-query attr query f db eids values)
source

is-attr?clj/s

(is-attr? db attr property)

Returns true iff the attribute is annotated with a property such as :db/index or :db.cardinality/many in the schema.

Returns true iff the attribute is annotated with a property such as
`:db/index` or `:db.cardinality/many` in the schema.
sourceraw docstring

is-derived?clj/s

(is-derived? db attr)

Returns true iff the attribute is derived, rather than stored in the database.

Returns true iff the attribute is derived, rather than stored in the
database.
sourceraw docstring

merge-queriesclj/s

(merge-queries & qs)
source

normalized-refclj/s

(normalized-ref attr)

Returns the version of a reference that is guaranteed to be contained in the schema. E.g. :parent/_child is normalized to :parent/child.

Returns the version of a reference that is guaranteed to be contained
in the schema. E.g. `:parent/_child` is normalized to
`:parent/child`.
sourceraw docstring

parseclj/s

(parse query)
source

parse-memoizedclj/s

(parse-memoized query)
source

pull-allclj/s

(pull-all db query)
(pull-all db query read-fn)
(pull-all db alias query read-fn)
source

reverse-refclj/s

(reverse-ref attr)

Returns the inverted reference. E.g. :parent/child becomes :parent/_child and vice versa.

Returns the inverted reference. E.g. `:parent/child` becomes
`:parent/_child` and vice versa.
sourceraw docstring

reverse-ref?clj/s

(reverse-ref? attr)

Returns true iff the attribute is a reverse reference, such as :parent/_child.

Returns true iff the attribute is a reverse reference, such as
`:parent/_child`.
sourceraw docstring

view-all!clj/s

(view-all! conn name query then!)
(view-all! conn name query read-fn then!)
source

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

× close