Skip to content

getJournalTable

getJournalTable<TRegistry>(registry, tableKey): JournalTable

Defined in: packages/client/src/local-tables.ts:403

The <t>_mutations journal table as a runtime Drizzle object (writable tables only). The fixed runtime columns are typed; the PK/entity columns ride the index signature and are reached by DB column NAME (journal["id"]), because per-entry typing is not representable — see JournalTable.

TRegistry extends SyncTableRegistry

TRegistry

string & keyof TRegistry

JournalTable