Liking cljdoc? Tell your friends :D

datomic-peer.middleware

All uses of the Datomic peer API are in this namespace. Allows the consumer namespaces to only require the clone namespace.

All uses of the Datomic peer API are in this namespace. Allows the consumer namespaces to only require the clone namespace.
raw docstring

attribute-delegateclj

(attribute-delegate db aid)

db-delegateclj

(db-delegate conn)

return an interceptor that mocks a datomic d/db call

return an interceptor that mocks a datomic d/db call
raw docstring

pull-delegateclj

(pull-delegate db expr eid)

return an interceptor that mocks a datomic d/pull call

return an interceptor that mocks a datomic d/pull call
raw docstring

query-delegateclj

(query-delegate & inputs)

resolve-tempid-delegateclj

(resolve-tempid-delegate db tempids id)

squuid-delegateclj


tempid-delegateclj

(tempid-delegate partition)

transact-async-delegateclj

(transact-async-delegate conn data)

transact-delegateclj

(transact-delegate conn data)

transaction-annotatorclj

(transaction-annotator annotation)

wrap-dbclj

(wrap-db db conn)

wrap a datomic db value by transferring all data from a conn

wrap a datomic db value by transferring all data from a conn
raw docstring

wrap-transact-futureclj

(wrap-transact-future conn result)

wrap a datomic transaction result by wrapping all db values

wrap a datomic transaction result by wrapping all db values
raw docstring

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

× close