(as-of db id ts)
(as-of db id ts opts)
rollup of facts for this identity up until / as of a given time
rollup of facts for this identity up until / as of a given time
(from-row {:keys [with-tx?] :or {with-tx? false}}
{:keys [key value business_time tx_time tx_id]})
(add-facts this facts)
add one or more facts with or without time specified if time is not specified, a single transaction time is used
add one or more facts with or without time specified if time is not specified, a single transaction time is used
(facts this id)
(facts this id opts)
find all the facts about the identity until now or with options
find all the facts about the identity until now or with options
(obliterate this id)
'big brother' move: the idenitity never existed
'big brother' move: the idenitity never existed
(rollup db id)
(rollup db id opts)
rollup of facts for this identity up until now
rollup of facts for this identity up until now
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close