//! atomr-persistence-sql. Unified SQL Journal + SnapshotStore provider.
//!
//! Uses `sqlx` under the hood so a single
//! code path targets SQLite (default), Postgres, MySQL, and (later) MSSQL.
pub use ;
pub use detect_dialect;
pub use SqlJournal;
pub use SqlReadJournal;
pub use ensure_schema;
pub use SqlSnapshotStore;