Project autk-db
Type Aliases§
Source§type Get Table Data Output = Record<string, unknown>[]
type Get Table Data Output = Record<string, unknown>[]
Source§type Loading Phase =
| "querying-osm-server"
| "downloading-osm-data"
| "querying-osm-boundaries"
| "downloading-boundaries"
| "processing-osm-data"
| "processing-boundaries"
type Loading Phase =
| "querying-osm-server"
| "downloading-osm-data"
| "querying-osm-boundaries"
| "downloading-boundaries"
| "processing-osm-data"
| "processing-boundaries"
Source§type On Loading Progress = { ... }
type On Loading Progress = { ... }
Classes§
- SpatialDb
SpatialDb class provides methods to interact with a DuckDB database for spatial data operations.