//! # Piped ETL
//!
//! Framework for inter-connection data processes, focused around the [`Connections`] struct,
//! and includes useful [`fs`] functions.
// Re-exports.
pub use Connections;
pub use Config as PgPoolConfig;
// Re-export for `PostgreSQL` macro.
pub use PostgreSQL;
/// Re-export of `tokio_postgres::types::ToSql` (originally from `postgres_types`).
pub use ToSql;
/// Focal point of the crate - container for all connections.
/// Useful filestore-management functions.