Back

update! (clj)

(source)

function

(update! table key-map where-params) (update! table key-map where-params opts)
Given a table name, a hash map of columns and values to set, and either a hash map of columns and values to search on or a vector of a SQL where clause and parameters, defer an update on the table.

Examples