faucet-source-postgres-cdc 1.0.0

PostgreSQL logical replication (CDC) source for the faucet-stream ecosystem
Documentation
1
2
3
4
5
6
7
//! pgoutput logical decoding protocol — message types, wire decoder,
//! relation registry, value decoder.

pub mod decoder;
pub mod messages;
pub mod registry;
pub mod values;