Liking cljdoc? Tell your friends :D

automaton-core.storage.persistent

Protocol namespace defining what is required from persistent storage implementation.

Protocol namespace defining what is required from persistent storage implementation.
raw docstring

PersistentStorageAccesscljprotocol

Protocol for persistent storage access

Protocol for persistent storage access

deleteclj

(delete this storage delete-fn)

Delete in the storage with the provided function

Delete in the storage with the provided function

selectclj

(select this storage select-fn)

Find in the storage with the provided function

Find in the storage with the provided function

upsertclj

(upsert this storage update-fn)

Mutate the storage with the new value in provided function

Mutate the storage with the new value in provided function
raw docstring

PersistentStorageClientcljprotocol

Protocol for persisten storage connection mechanism

Protocol for persisten storage connection mechanism

connectionclj

(connection this config)

Creates connection to databse

Creates connection to databse
raw docstring

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

× close