//! `arc db status` — show migration status by delegating to the migrator.
//!
//! Unlike the migration commands, `status` is read-only and does not need
//! the advisory lock — it only reads the `seaql_migrations` tracking table
//! and reports pending/applied state.
use crateCommandError;
use crate;
use cratediscover;
pub