Deletes the record in the given table, by its PK
Connection c; // An established connection struct User {@PK @serial int id; int a } c.remove!User(1);
See Implementation
Deletes the record in the given table, by its PK