What do you need?
Please add opt-in support for SQLite Resumable Bulk Update (RBU) when OP-SQLite uses its bundled vanilla SQLite backend.
Suggested API and configuration:
"op-sqlite": { "rbu": true }, disabled by default
isRBUEnabled() for capability detection
applyRBU({ targetPath, updatePath, statePath?, maxSteps? }) for asynchronous, bounded pause/resume with structured SQLite errors
The scope should be applying externally prepared RBU artifacts, not generating them. Documentation should call out the exact-base requirement, persistent state handling, and SQLite concurrency/journaling limitations. Unsupported backends and platforms should fail clearly rather than silently falling back.
What do you need?
Please add opt-in support for SQLite Resumable Bulk Update (RBU) when OP-SQLite uses its bundled vanilla SQLite backend.
Suggested API and configuration:
"op-sqlite": { "rbu": true }, disabled by defaultisRBUEnabled()for capability detectionapplyRBU({ targetPath, updatePath, statePath?, maxSteps? })for asynchronous, bounded pause/resume with structured SQLite errorsThe scope should be applying externally prepared RBU artifacts, not generating them. Documentation should call out the exact-base requirement, persistent state handling, and SQLite concurrency/journaling limitations. Unsupported backends and platforms should fail clearly rather than silently falling back.