//! `ferrule-core` — the CLI-support layer over the `ferrule-sql` driver core.
//!
//! The neutral `Value`/`Row` types, the `DatabaseUrl` parser, the
//! `Connection` trait and its per-backend drivers, the connect
//! dispatcher, transaction helpers, the cross-backend copy / bulk-load
//! write path, the `Dialect` classifier, and the `SqlError` error type
//! all live in [`ferrule_sql`]; import them from there. This crate keeps
//! the layers that sit above the driver and pull in dependencies
//! (`tabled`, `csv`, `ferrule-config`) that the embeddable SQL core
//! deliberately avoids: result formatting, dump/load, the migration
//! engine, EXPLAIN wrapping, connection resolution, and parameter
//! substitution.
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;
pub use redact_sql;