Framework
replayEntryWithContext()
Function: replayEntryWithContext()
function replayEntryWithContext(ctx, entry): Promise<void>Replay a WAL entry with full model context.
This version can properly update catalogs because it knows the model structure.
Parameters
| Parameter | Type |
|---|---|
ctx | RecoveryContext |
entry | WALEntry |
Returns
Promise<void>
