Expand description
PostgreSQL sink connector configuration.
PostgresSinkConfig encapsulates all settings for writing Arrow
RecordBatch data to PostgreSQL, parsed from SQL WITH (...) clauses.
Structs§
- Postgres
Sink Config - Configuration for the
PostgreSQLsink connector.
Enums§
- Delivery
Guarantee - Delivery guarantee for the
PostgreSQLsink. - SslMode
- SSL mode for
PostgreSQLconnections. - Write
Mode - Write mode for the
PostgreSQLsink.