(with-storage config & body)
Binds a reified storage stratey to storage
(with-storage config (update my-model))
Binds a reified storage stratey to *storage* (with-storage config (update my-model))
(with-transacted-storage config & body)
Binds a transaction strategy to storage
(with-transacted-storage config (update my-first-model) (update my-other-model))
Binds a transaction strategy to *storage* (with-transacted-storage config (update my-first-model) (update my-other-model))
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |