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.

Structs§

PostgresSinkConfig
Configuration for the PostgreSQL sink connector.

Enums§

DeliveryGuarantee
Delivery guarantee for the PostgreSQL sink.
SslMode
SSL mode for PostgreSQL connections.
WriteMode
Write mode for the PostgreSQL sink.