Skip to main content

Module sink_config

Module sink_config 

Source
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§

PostgresSinkConfig
Configuration for the PostgreSQL sink connector.

Enums§

WriteMode
Write mode for the PostgreSQL sink.