⚠️ DESTRUCTIVE: Insert multiple records in batches. Default batch size 1000. All records must have identical columns.
bulk_insertInsert multiple records into a SQLite table in batches, ensuring consistent column structure. Use for efficient bulk data ingestion.
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 |