⚠️ DESTRUCTIVE: Insert multiple records in batches. Default batch size 1000. All records must have identical columns.
bulk_insertInsert multiple records into an SQLite table in configurable batches. Requires identical column structure for all records.
Instructions
⚠️ DESTRUCTIVE: Insert multiple records in batches. Default batch size 1000. All records must have identical columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| table | Yes | ||
| batch_size | No | ||
| database_name | No |