@sqlrooms/room-shell / createDbSlice
Function: createDbSlice()
createDbSlice(
props?):StateCreator<DbSliceState, [], [],DbSliceState>
Parameters
| Parameter | Type |
|---|---|
props? | { duckDb?: CreateDuckDbSliceProps; config?: Partial<DbSliceConfig>; } |
props.duckDb? | CreateDuckDbSliceProps |
props.config? | Partial<DbSliceConfig> |
Returns
StateCreator<DbSliceState, [], [], DbSliceState>
