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§
- Change
Op - The type of change operation.
- Column
Value - A column value from a change event.
Type Aliases§
- Row
- A row is a mapping of column names to values.