delete

Function delete 

Source
pub fn delete<T: Bind>() -> Query<T>
Expand description

Generates a DELETE query to remove a row from the table based on its primary key.

SQL: DELETE FROM .. WHERE ..