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