pyautark (soon)
@urban-toolkit/autk-db / Column
Interface: Column
Defined in: interfaces.ts:25
Describes a single table column as reported by DuckDB.
Keeps schema metadata small and stable for UI rendering and query planning.
Properties
name
name:
string
Defined in: interfaces.ts:27
Stable column name used in queries and result objects.
type
type:
string
Defined in: interfaces.ts:29
Database type string returned for the column.