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 [key value at]})
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 ts)

find all the facts about the identity until now or a given time

find all the facts about the identity until now or a given time

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-khashclj

(to-khash tx-time fact)

this slightly repetitive helper is only for data stores that do not return what was upserted

this slightly repetitive helper is only for data stores that do not return what was upserted
sourceraw docstring

to-rowclj

(to-row 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