#![cfg_attr(docsrs,feature(doc_cfg))]//! # faucet-sink-postgres
//!//! PostgreSQL sink connector for the faucet-stream ecosystem.
//!//! Writes `serde_json::Value` records to a PostgreSQL table using `jsonb`
//! columns or dynamic column mapping.
pubmodconfig;pubmodsink;pubusefaucet_core::{FaucetError, Sink};pubuseconfig::{PostgresColumnMapping, PostgresSinkConfig};pubusesink::PostgresSink;