Skip to main content

Module postgres

Module postgres 

Source
Available on crate features source-postgres and source-rest only.

Modules§

config
PostgreSQL source configuration.
stream
PostgreSQL source implementation.

Structs§

PostgresSource
A source that executes a SQL query against PostgreSQL and returns rows as JSON.
PostgresSourceConfig
Configuration for the PostgreSQL query source.

Enums§

FaucetError
All possible errors returned by faucet-stream.

Traits§

Source
A source fetches records from an external system.