Expand description
PostgreSQL sink connector configuration.
PostgresSinkConfig encapsulates all settings for writing Arrow
RecordBatch data to PostgreSQL, parsed from SQL WITH (...) clauses.
Re-exports§
pub use crate::connector::DeliveryGuarantee;pub use crate::connector::PostgresSslMode as SslMode;
Structs§
- Postgres
Sink Config - Configuration for the
PostgreSQLsink connector.
Enums§
- Write
Mode - Write mode for the
PostgreSQLsink.