Skip to main content

Module postgres

Module postgres 

Source
Available on crate feature sink-postgres only.

Modules§

config
PostgreSQL sink configuration.
sink
PostgreSQL sink implementation.

Structs§

PostgresSink
A sink that writes JSON records to a PostgreSQL table.
PostgresSinkConfig
Configuration for the PostgreSQL sink.

Enums§

FaucetError
All possible errors returned by faucet-stream.
PostgresColumnMapping
How to map JSON records to table columns.

Traits§

Sink
A sink writes records to an external system.