Public Vars

Back

update (clj)

(source)

function

(update table)
Accepts either a table name or a table/alias pair. (-> (update :table) (set {:id 1 :cost 32.1}))

Examples