Liking cljdoc? Tell your friends :D

toucan2.update

Implementation of update!.

Implementation of [[update!]].
raw docstring

reducible-updateclj

(reducible-update modelable
                  pk?
                  conditions-map-or-query?
                  &
                  conditions-kv-args
                  changes-map)
source

reducible-update-returning-pksclj

(reducible-update-returning-pks modelable
                                pk?
                                conditions-map-or-query?
                                &
                                conditions-kv-args
                                changes-map)
source

update!clj

(update! modelable
         pk?
         conditions-map-or-query?
         &
         conditions-kv-args
         changes-map)
source

update-returning-pks!clj

(update-returning-pks! modelable
                       pk?
                       conditions-map-or-query?
                       &
                       conditions-kv-args
                       changes-map)
source

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

× close