Perform an INSERT into the table or view.
By default, inserted rows are not returned. To return it, chain the call with .select().
.select()
The values to insert. Pass an object to insert a single row or an array to insert multiple rows.
Named parameters