ReadModelView
ReadModelView<
TEntry> =PgViewWithSelection<string,true,EntryColumns<TEntry> &ReadModelFixedColumns>
Defined in: packages/client/src/local-tables.ts:208
The <t>_read_model overlay-merged read view (ADR-0004): the entry’s PROJECTED columns under their
property keys plus the two fixed overlay columns (overlay_kind, local_updated_at_us). Read
through a live query, so local_updated_at_us is an int8 mode: "bigint" column.
Type Parameters
Section titled “Type Parameters”TEntry
Section titled “TEntry”TEntry = SyncTableEntry