Normally i have this sql command to query in node,
var sql = "INSERT INTO customers (name, address) VALUES (\'Company Inc\', \'Highway 37\')"; co