⚠️ DESTRUCTIVE: Batch insert records with identical columns.
bulk_insertInsert up to 10,000 records with identical columns into a SQLite table in batches, with configurable batch size for efficient data loading.
Instructions
⚠️ DESTRUCTIVE: Batch insert records with identical columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| table | Yes | ||
| batch_size | No | ||
| database_name | No |