Expand description
PostgreSQL connector-specific configuration and implementations. PostgreSQL connector-specific configuration and implementations.
Re-exports§
pub use cdc::register_postgres_cdc_source;pub use cdc::Lsn;pub use cdc::PostgresCdcConfig;pub use cdc::PostgresCdcSource;pub use lookup::PostgresLookupSource;pub use lookup::PostgresLookupSourceConfig;pub use reference::PostgresReferenceTableSource;pub use sink::PostgresSink;pub use sink_config::PostgresSinkConfig;pub use sink_config::WriteMode;pub use sink_metrics::PostgresSinkMetrics;
Modules§
- cdc
PostgreSQLCDC source connector.- lookup
PostgreSQLon-demand lookup source for cache-miss fallback.- reference
PostgreSQLstartup snapshot source for reference tables.- sink
PostgreSQLsink connector implementation.- sink_
config PostgreSQLsink connector configuration.- sink_
metrics PostgreSQLsink connector metrics.- types
- Validated Arrow-to-PostgreSQL type contract for the sink.
Enums§
- SslMode
PostgreSQLconnection security policy. Connection security forPostgreSQLconnectors.
Functions§
- register_
postgres_ sink - Registers the
PostgreSQLsink connector with the given registry.