(t-count-raw [entry tsch mopts] params)
constructs a count form with prep
constructs a count form with prep
(t-delete
spec-sym
{:keys [where returning into as single args] :as params :or {as :json}})
contructs an delete form
contructs an delete form
(t-delete-raw
[entry tsch mopts]
{:keys [where returning into as single args] :as params :or {as :json}})
contructs a delete form with prep
contructs a delete form with prep
(t-id-raw [entry tsch mopts] params)
contructs an id form with prep
contructs an id form with prep
(t-select spec-sym
{:keys [where returning into as args single order-by limit key-fn]
:as params
:or {as :json}})
contructs an select form with prep
contructs an select form with prep
(t-select-raw [entry tsch mopts]
{:keys [where where-args returning into field as args single
order-by order-sort group-by limit offset key-fn]
:as params
:or {as :json}})
contructs an select form with prep
contructs an select form with prep
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close