Expand description
PostgreSQL sink connector.
PostgreSQL sink connector.
Re-exports§
pub use crate::connector::DeliveryGuarantee;pub use sink::PostgresSink;pub use sink_config::PostgresSinkConfig;pub use sink_config::SslMode;pub use sink_config::WriteMode;pub use sink_metrics::PostgresSinkMetrics;
Modules§
- sink
PostgreSQLsink connector implementation.- sink_
config PostgreSQLsink connector configuration.- sink_
metrics PostgreSQLsink connector metrics.- types
- Arrow to
PostgreSQLtype mapping for sink operations.
Functions§
- register_
postgres_ sink - Registers the
PostgreSQLsink connector with the given registry.