Skip to main content

Crate crabka_connect_postgres

Crate crabka_connect_postgres 

Source
Expand description

Postgres logical-decoding source connector for Crabka Connect.

Re-exports§

pub use config::PostgresSourceConfig;
pub use error::PostgresConnectError;
pub use model::ColumnValue;
pub use model::EntityDifference;
pub use model::EntityKey;
pub use model::Operation;
pub use model::TableSchema;
pub use offset::PgLsn;
pub use source::PostgresWalSource;

Modules§

config
error
model
offset
pgoutput
schema
source