//! Postgres-backed state for the CLI.
//!
//! Replaces the legacy `filesystem::db` SQLite tree. One sqlx `PgPool`
//! over the objectiveai-db cluster whose `postgresql://` URL is
//! published in the `db` spawn lock (or a remote postgres pointed at
//! via `db config address`), lazily initialized by
//! `Context::db_client()`; every tier ([`tags`], [`message_queue`],
//! [`tasks`], [`logs`]) takes `&Pool` and runs natively async.
pub use *;
pub use *;
pub use *;