Skip to main content

fetch_sqlite

Function fetch_sqlite 

Source
pub fn fetch_sqlite(id: i64, db_path: &Path) -> Result<Data>
Expand description

Look up a GeoNames place by its integer id from the local SQLite database. Returns the place as a Data record.