@sqlrooms/duckdb-core / parseFullTableIdentity
Function: parseFullTableIdentity()
parseFullTableIdentity(
input):FullTableIdentity|undefined
Rehydrates a persisted fully-qualified SQLRooms table identity string.
The full identity must include database, schema, and table parts.
Parameters
| Parameter | Type |
|---|---|
input | string | undefined |
Returns
FullTableIdentity | undefined