Liking cljdoc? Tell your friends :D

verter.core


as-ofclj

(as-of db id ts)

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
sourceraw docstring

from-rowclj

(from-row {:keys [with-tx?] :or {with-tx? false}}
          {:keys [key value business_time tx_time tx_id]})
source

Identitycljprotocol

add-factsclj

(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

factsclj

(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

obliterateclj

(obliterate this id)

'big brother' move: the idenitity never existed

'big brother' move: the idenitity never existed
source

load-queriesclj

(load-queries store)
source

rollupclj

(rollup db id)

rollup of facts for this identity up until now

rollup of facts for this identity up until now
sourceraw docstring

to-fact-rowclj

(to-fact-row fact)
source

to-tx-rowclj

(to-tx-row tx-id tx-time fact)
source

validate-factclj

(validate-fact {:keys [verter/id] :as fact})
source

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

× close