pub fn effective_db_path() -> PathBufExpand description
The live database file the CLI operates on: MIKU_DATABASE_URL if set,
otherwise the resolved workspace db_path(). Backup and restore both go
through this so they always target the same file as crate::db::init_db.