//! Embedded-postgres-backed state for the CLI.
//!
//! Replaces the legacy `filesystem::db` SQLite tree. One sqlx `PgPool`
//! over the postmaster spun up by [`crate::postgres::bootstrap`]; every
//! tier ([`tags`], [`message_queue`], [`tasks`], [`logs`]) takes `&Pool` and
//! runs natively async.
pub use *;
pub use *;
pub use *;