Dexie Batch
JSON →Dexie Batch (v0.4.3) is a utility library for Dexie.js that fetches IndexedDB entries in configurable batch sizes to improve performance and avoid 'Maximum IPC message size exceeded' errors in browser environments. It provides two iteration methods: each (process individual items) and eachBatch (process batches). Batches are fetched in parallel when a limit is specified, otherwise serially. Last updated in 2021, stable release, minimal API surface with clear documentation. Differentiator: solves IPC size limits specific to Dexie/IndexedDB, not generic batch processing.
Resources
packagedexie-batch ↗