classifyTableApplyStrategy
classifyTableApplyStrategy<
TTable>(entry):ApplyStrategy
Defined in: packages/contracts/src/registry.ts:1308
The statically-chosen bulk-insert strategy for a synced table (ADR-0009 decision 3).
Type Parameters
Section titled “Type Parameters”TTable
Section titled “TTable”TTable extends AnyPgTable
Parameters
Section titled “Parameters”SyncTableEntry<TTable>