Expand description
Bulk insert + delete in one round-trip. VS Code’s
IndexedDBStorageDatabase batches every write through this
shape: { insert: [[key,value], …] | { key: value }, delete: [keys…] }.
Both insert encodings (array-of-pairs and object-map) accepted.