Add typed crsql changes extraction
This commit is contained in:
parent
c991825127
commit
8ffe1d714c
5 changed files with 227 additions and 7 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue