Skip to content

@sqlrooms/room-config / StandardLoadOptions

Type Alias: StandardLoadOptions

StandardLoadOptions = object

Interface

Standard options for loading data files StandardLoadOptions

Type Declaration

Index Signature

[key: string]: unknown

NameTypeDescription
schema?stringSchema to load the table into
select?string[]Columns to select, defaults to ['*']
where?stringWHERE clause filter condition
view?booleanWhether to create as a view
temp?booleanWhether to create as a temporary table
replace?booleanWhether to replace existing table