(t-modify spec-sym
{:keys [set where returning into as single]
:as params
:or {as :json single true}})
constructs a modify form
constructs a modify form
(t-modify-raw [entry tsch mopts]
{:keys [set where returning into as single]
:as params
:or {as :json single true}})
contructs an upsert form with prep
contructs an upsert form with prep
(t-update
spec-sym
{:keys [set where returning into as single args] :as params :or {as :json}})
contructs an update form
contructs an update form
(t-update-map tsch m params mopts)
constructs with map
constructs with map
(t-update-raw
[entry tsch mopts]
{:keys [set where returning into as single args] :as params :or {as :json}})
contructs an update form with prep
contructs an update form with prep
(t-update-symbol tsch sym {:keys [columns coalesce] :as params} mopts)
constructs with symbol
constructs with symbol
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close