@sqlrooms/room-shell / StandardLoadOptions
Type Alias: StandardLoadOptions
StandardLoadOptions =
object
Interface
Standard options for loading data files StandardLoadOptions
Type Declaration
Index Signature
[key: string]: unknown
| Name | Type |
|---|---|
schema? | string |
select? | string[] |
where? | string |
view? | boolean |
temp? | boolean |
replace? | boolean |
