pub fn set_synced_tables(tables: &[&str])Expand description
Declare the tables that participate in changeset sync. Call once at startup, before any sync session is created.
Each table must have an id text primary key at column 0 and an
_updated_at TEXT NOT NULL column (the HLC/LWW timestamp). Tables not listed
here are local-only and never synced.