Skip to content

[Request]: Opt-in resumable SQLite RBU support #452

Description

@aballiet

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions