Skip to content

@sqlrooms/deck / DeckTableDatasetInput

Type Alias: DeckTableDatasetInput

DeckTableDatasetInput = DeckDatasetBase & object

Structured table-backed dataset source.

tableName identifies the source relation. When transformSql is present, it must be a complete SELECT query that reads from the reserved __sqlrooms_source relation supplied by SQLRooms at execution time.

Type Declaration

NameType
tableNamestring
transformSql?string