Add typed crsql changes extraction

This commit is contained in:
Eric Wendland 2026-05-17 20:22:50 +02:00
commit 8ffe1d714c
5 changed files with 227 additions and 7 deletions

View file

@ -312,8 +312,10 @@ Automerge documents.
- `[x]` DB status reports `crsql_changes` row count, columns, and max
`db_version` when available.
- `[x]` Tests use a temp SQLite DB and deterministic fixture changes.
- `[ ]` The module can extract typed change batches from `crsql_changes`.
- `[ ]` Schema hash/version metadata is included in sync batches.
- `[x]` The module can extract typed change batches from `crsql_changes`.
- `[x]` Schema hash/version metadata is included in extracted change batches.
- `[ ]` Extracted batches are exposed through a daemon control command or sync
protocol.
- `[ ]` DB sync over Iroh.
Acceptance criteria: