Generate SQL command for INSERT INTO using a stream of values.
table name
readable stream of row objects {column: value}
{column: value}
options {pk}
{pk}
string to accumulate to (internal use)
SQL command to insert into the table (promise)
Generated using TypeDoc
Generate SQL command for INSERT INTO using a stream of values.