delete_many!() { /* proc-macro */ }Expand description
prax::delete_many! — schema-aware DSL targeting delete_many.
The where: block is the non-unique form.
Warning: an empty / Filter::None filter matches every row in
the table. See WhereInput’s trait-level note.