insert_rows
Insert multiple rows into a MySQL table by providing a JSON array of objects where object keys map to column names.
Instructions
Bulk insert rows from a JSON array of objects (column keys must match).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| table | Yes | ||
| database | No | Database/schema name; defaults to connection default_database | |
| connection | No | Named connection from config; defaults to default_connection |