Synclets logoSynclets

TableSchema

The TableSchema type represents the schema of a database table as an object mapping column names to their data types.

{[column: string]: string}

This type is returned by table schema inspection functions across different database connectors (SQLite3, PGlite, Durable Object), providing a consistent interface for examining table structure. All type names are normalized to lowercase for consistency across database engines.

Since

v0.0.7