pub fn fetch_sqlite(id: i64, db_path: &Path) -> Result<Data>
Look up a GeoNames place by its integer id from the local SQLite database. Returns the place as a Data record.
id
Data