(flush-tuples report)
Generates all the add or retract operations needed for updating the states of composite tuples. E.g., if '::queued-tuples' contains {100 {:a+b+c [123 nil nil]}}, this function creates this vector [:db/add 100 :a+b+c [123 nil nil]]
Generates all the add or retract operations needed for updating the states of composite tuples. E.g., if '::queued-tuples' contains {100 {:a+b+c [123 nil nil]}}, this function creates this vector [:db/add 100 :a+b+c [123 nil nil]]
(flush-tx-meta {:keys [tx-meta db-before] :as report})
Generates add-operations for transaction meta data.
Generates add-operations for transaction meta data.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close