[DRAFT]This page is not published. Only visible in development mode.
Insert
Add rows to a table with INSERT. You can insert one or many rows at once.
Insert Rows
$ Insert Rows
Pass an array of objects. Each object must match the table's schema.
Multiple Inserts
$ Multiple Inserts
You can call INSERT multiple times. Each insert is part of the same transaction.
