Skip to main content

effective_db_path

Function effective_db_path 

Source
pub fn effective_db_path() -> PathBuf
Expand 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.