Skip to content

Latest commit

 

History

History
executable file
·
6 lines (5 loc) · 500 Bytes

README.md

File metadata and controls

executable file
·
6 lines (5 loc) · 500 Bytes

Python Decoder for pgoutput adapter

  • Used for PSQL CDC
  • Decodes every type of logical replication message: 'B', 'C', 'O', 'R', 'Y', 'I', 'U', 'D', 'T'
  • Algorithm of decoding is specified here: link
  • More about how to track changes overall: link, link