pub async fn execute_status(
data_dir: Option<&Path>,
schema_registry: Option<Arc<RwLock<SchemaRegistry>>>,
) -> Result<()>Expand description
Execute the :status command
Displays:
- Data directory and discovery timestamp
- Keyspaces and tables found
- Schema coverage counts and deltas
- Version hints
- Coverage badge (Green/Yellow/Red/Unknown)