Skip to main content

resolve_db_path

Function resolve_db_path 

Source
pub fn resolve_db_path(explicit: Option<&Path>) -> Result<PathBuf, RippyError>
Expand description

Resolve the tracking database path from an explicit override or config.

§Errors

Returns RippyError::Tracking if no database is configured.