Declarative schema for one store the SDK ensures exists and matches. Columns are fixed at creation (typically { id, payload }); record-shape evolution lives inside the payload and needs no migration.
{ id, payload }
Optional
Indexes created together with the store.
Declarative schema for one store the SDK ensures exists and matches. Columns are fixed at creation (typically
{ id, payload }); record-shape evolution lives inside the payload and needs no migration.