Skip to content

@sqlrooms/duckdb / CreateDuckDbSliceProps

Type Alias: CreateDuckDbSliceProps

CreateDuckDbSliceProps = object

Properties

connector?

optional connector?: DuckDbConnector


loadTableSchemasFilter?

optional loadTableSchemasFilter?: LoadTableSchemasFilterFunction | null

Optional table visibility filter. Defaults to createDefaultLoadTableSchemasFilter.


loadSchemaCatalogFilter?

optional loadSchemaCatalogFilter?: 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.