[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
$ ctrl+enter to run

Pass an array of objects. Each object must match the table's schema.

Multiple Inserts

$ Multiple Inserts
$ ctrl+enter to run

You can call INSERT multiple times. Each insert is part of the same transaction.