@sqlrooms/duckdb / CreateDuckDbSliceProps
Type Alias: CreateDuckDbSliceProps
CreateDuckDbSliceProps =
object
Properties
connector?
optionalconnector?:DuckDbConnector
loadTableSchemasFilter?
optionalloadTableSchemasFilter?:LoadTableSchemasFilterFunction|null
Optional table visibility filter. Defaults to createDefaultLoadTableSchemasFilter.
loadSchemaCatalogFilter?
optionalloadSchemaCatalogFilter?:LoadSchemaCatalogFilterFunction|null
Optional catalog visibility filter for the data source panel. Defaults to defaultLoadSchemaCatalogFilter. When omitted, custom table filters still apply to table entries while schemas/databases use the default.
