Inserts the given array of structures to the DB as one query
Connection c; // An established connection struct User {@PK @serial int id; int a } User[2] myUsers; c.insert(myUsers);
See Implementation
Inserts the given array of structures to the DB as one query