Skip to content

@sqlrooms/duckdb / getFullTableIdentity

Function: getFullTableIdentity()

getFullTableIdentity(table): FullTableIdentity

Returns the fully-qualified SQLRooms table identity for a resolved table.

Prefer getTableIdentity(...) for normal persisted state. Use this helper for migrations, diagnostics, and workflows where the database/catalog cannot be inferred from the default connection context.

Parameters

ParameterType
tableQualifiedTableName

Returns

FullTableIdentity