Expand description
Changeset walking: the single primitive for inspecting SQLite changesets.
coven uses it internally (to find blobs a changeset references); the host uses it to map row-changes to its own domain events. It is the crate’s only changeset iterator.
Structs§
- RowChange
- One row change extracted from a changeset.
Enums§
- Change
Op - The operation type for a changeset entry.
Functions§
- walk
- Walk a changeset and return every row change with its column values.