A format utility base on the sprintf.js.
eg.
INSERT INTO Persons (id, name, gender) VALUES (%s, %s, %s);
eg.
1 Jack male
2 Mary female
3 Tom male
All done.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.