Skip to content

@sqlrooms/room-config / BaseDataSource

Type Alias: BaseDataSource

BaseDataSource: object

Interface

Base interface for all data source configurations BaseDataSource

Type declaration

NameTypeDefault valueDescription
type"file" | "url" | "sql"DataSourceTypesType of the data source
tableNamestring-Unique table name used to store the data loaded from the data source. This name will be used to reference the data in SQL queries.