Public Vars

Back

delete-from (clj)

(source)

function

(delete-from table)
For deleting from a single table. Accepts a single table name to delete from. (-> (delete-from :films) (where [:= :id 1]))

Examples