CreateManyRowsOptions

View Source

Summary

Options for bulk-create operations that return inserted rows.

Signature

type CreateManyRowsOptions = {
  returnRows: true;
  touch?: boolean;
};