pub fn fetch_installed_vraix_date(db_path: &Path) -> Result<Option<String>>Expand description
Return the vraix_date (pidbox install date, YYYY-MM-DD) stored in the
local works database’s settings table, or None when the database does
not exist or no date has been recorded yet.