Skip to content

@sqlrooms/duckdb / CreateDuckDbSliceProps

Type Alias: CreateDuckDbSliceProps

CreateDuckDbSliceProps = object

Properties

connector?

optional connector: DuckDbConnector


loadTableSchemasFilter?

optional loadTableSchemasFilter: LoadTableSchemasFilterFunction | null

Optional filter function to control which tables are included when loading schemas. By default, filters out tables/schemas/databases starting with '_sqlrooms'.

Param

The qualified table name to evaluate

Returns

true to include the table, false to exclude it