Liking cljdoc? Tell your friends :D

cz.holyjak.rad.database-adapters.asami.duplicates

Duplicated from the Datomic adapter and kvstore. So the idea would be to put these functions in a library both libraries depend on, which would be the Fulcro RAD library itself See https://github.com/fulcrologic/fulcro-rad-kvstore/blob/d0dff827ee2200090d70768a9e581ba91f84f937/src/main/com/fulcrologic/rad/database_adapters/key_value/duplicates.cljc

Duplicated from the Datomic adapter and kvstore. So the idea would be to put these functions in a library both libraries
depend on, which would be the Fulcro RAD library itself
See https://github.com/fulcrologic/fulcro-rad-kvstore/blob/d0dff827ee2200090d70768a9e581ba91f84f937/src/main/com/fulcrologic/rad/database_adapters/key_value/duplicates.cljc
raw docstring

generate-resolversclj

(generate-resolvers id-resolver attributes schema)

Generate all of the resolvers that make sense for the given database config. This should be passed to your Pathom parser to register resolvers for each of your schemas. Just a copy from the datomic adapter. Although id-resolver isn't

Generate all of the resolvers that make sense for the given database config. This should be passed
to your Pathom parser to register resolvers for each of your schemas. Just a copy from the datomic adapter.
Although `id-resolver` isn't
sourceraw docstring

keys-in-deltaclj

(keys-in-delta delta)

Copied from or very similar to datomic function of same name

Copied from or very similar to datomic function of same name
sourceraw docstring

schemas-for-deltaclj

(schemas-for-delta {:com.fulcrologic.rad.attributes/keys [key->attribute]}
                   delta)

Copied from or very similar to datomic function of same name

Copied from or very similar to datomic function of same name
sourceraw docstring

tempids->generated-idsclj

(tempids->generated-ids unwrap-id
                        {_ :com.fulcrologic.rad.attributes/key->attribute
                         :as env}
                        delta)

Copied from or very similar to datomic function of same name

Copied from or very similar to datomic function of same name
sourceraw docstring

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

× close