Skip to content
pyautark (soon)

@urban-toolkit/autk-db


@urban-toolkit/autk-db

Public entry point for the @urban-toolkit/autk-db package.

Re-exports the database class, shared table metadata types, loading parameter types, and OSM-related constants from a single module.

Example

ts
import { AutkDb, isVectorTable, DEFAULT_WORKSPACE_NAME } from '@urban-toolkit/autk-db';

const db = new AutkDb();
console.log(DEFAULT_WORKSPACE_NAME); // 'autk'
console.log(isVectorTable({ source: 'geojson', name: 'roads', columns: [], type: 'line' })); // true

Classes

Interfaces

Type Aliases

Variables

Functions

Released under the MIT License.