geth/docs/adr/0010-crsqlite-db-sync.md

16 lines
374 B
Markdown

# ADR 0010: cr-sqlite DB Sync
## Status
Accepted.
## Decision
Database sync will use local SQLite databases with cr-sqlite. Changes from
`crsql_changes` will be exchanged over Iroh and applied through cr-sqlite, with
schema hash gating and resource authorization.
## Consequences
The MVP stores DB resource metadata and leaves synchronization as explicit future
work.