Public Vars

Back

delete (clj)

(source)

function

(delete table-coll)
For deleting from multiple tables. Accepts a collection of table names to delete from. (-> (delete [:films :directors]) (where [:= :id 1]))

Examples