Inserts the given structure to the DB
Connection c; // An established connection struct User {@PK @serial int id; int a } User myUser; c.insert(myUser);
See Implementation
Inserts the given structure to the DB