Public Vars

Back

erase-from (clj)

(source)

function

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

Examples