Liking cljdoc? Tell your friends :D

stowaway.implicit


*storage*clj

source

bound-valclj

(bound-val value)
source

createclj

(create model)
source

deleteclj

(delete model)
source

delete-byclj

(delete-by model)
source

selectclj

(select criteria options)
source

unbound?clj

(unbound? value)
source

updateclj

(update model)
(update attr criteria)
source

with-storagecljmacro

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

with-transacted-storagecljmacro

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

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

× close