//! # faucet-source-postgres
//!
//! PostgreSQL query source connector for the faucet-stream ecosystem.
//!
//! Connects to a PostgreSQL database, executes a configurable SQL query,
//! and returns rows as `serde_json::Value` records.
pub use ;
pub use PostgresSourceConfig;
pub use PostgresSource;