OptionaldefaultOptions: Partial<BatchOptions>Optimize batch insert by combining multiple INSERT statements
Name of the table to insert into
Array of records to insert
Optionaloptions: Partial<BatchOptions>
Batch options
Optimize batch update
Name of the table to update
Records to update (must have primary key or unique identifier)
Column to use for identifying records
Optionaloptions: Partial<BatchOptions>
Batch options
Optimize batch delete
Name of the table to delete from
Array of identifiers for records to delete
Column to use for identifying records
Optionaloptions: Partial<BatchOptions>
Batch options
Batch query optimizer