Liking cljdoc? Tell your friends :D

space.matterandvoid.subscriptions.datalevin-eql


->dbclj

(->db conn-or-db)
source

class->registry-keyclj

source

create-component-subsclj

(create-component-subs c sub-joins-map)

Creates a subscription function that will fulfill the given fulcro component's query. The component and any components in its query must have a name (cannot be anonymous). the sub-joins-map argument is a hashmap whose keys are the join properties of the component and whose value is a subscription function for normal joins, and a nested hashmap for unions of the union key to subscription. You do not need to provide a subscription function for recursive joins.

Creates a subscription function that will fulfill the given fulcro component's query.
The component and any components in its query must have a name (cannot be anonymous).
the `sub-joins-map` argument is a hashmap whose keys are the join properties of the component and whose value is a
subscription function for normal joins, and a nested hashmap for unions of the union key to subscription.
You do not need to provide a subscription function for recursive joins.
sourceraw docstring

d-connclj

source

d-conn?clj

source

d-dbclj

source

d-db?clj

source

d-entityclj

source

d-touchclj

source

datalevin-data-sourceclj

source

get-identclj

source

get-queryclj

source

missing-valclj

source

ncclj

(nc args)

Wraps fulcro.raw.components/nc to take one hashmap of fulcro component options, supports :ident being a keyword. Args: :query - fulcro eql query :ident - keyword or function :name -> same as :componentName (fully qualified keyword or symbol) Returns a fulcro component (or a mock version if fulcro is not installed) created by fulcro.raw.components/nc

Wraps fulcro.raw.components/nc to take one hashmap of fulcro component options, supports :ident being a keyword.
Args:
:query - fulcro eql query
:ident - keyword or function
:name -> same as :componentName (fully qualified keyword or symbol)
Returns a fulcro component (or a mock version if fulcro is not installed) created by fulcro.raw.components/nc
sourceraw docstring

query-keyclj

source

register-component-subs!clj

(register-component-subs! c)

Registers subscriptions that will fulfill the given fulcro component's query. The component must have a name as well as any components in its query.

Registers subscriptions that will fulfill the given fulcro component's query.
The component must have a name as well as any components in its query.
sourceraw docstring

walk-fn-keyclj

source

xform-fn-keyclj

source

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

× close