Skip to main content

Module event

Module event 

Source

Structs§

CdcEvent
A single CDC event representing a row-level change.
Lsn
Log Sequence Number — PostgreSQL’s WAL position identifier.
TableId
Identifies a specific table.

Enums§

ChangeOp
The type of change operation.
ColumnValue
A column value from a change event.

Type Aliases§

Row
A row is a mapping of column names to values.