Back

delete! (clj)

(source)

function

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

Examples