Skip to main content

Module changelog

Module changelog 

Source
Expand description

CDC envelope construction for PostgreSQL row changes.

_before contains the old full row for REPLICA IDENTITY FULL, or only replica-identity fields for a pgoutput key tuple. Unavailable fields are omitted so they remain distinct from an available SQL NULL.

Structs§

ChangeEvent
A single change event from CDC.

Enums§

CdcOperation
A CDC operation type.