sqlocal / index / ProcessorConfig
Type Alias: ProcessorConfig
ts
type ProcessorConfig = {
clientKey?: QueryKey;
databasePath?: DatabasePath;
onInitStatements?: Statement[];
reactive?: boolean;
readOnly?: boolean;
verbose?: boolean;
};Defined in: src/types.ts:144
Properties
| Property | Type | Defined in |
|---|---|---|
clientKey? | QueryKey | src/types.ts:149 |
databasePath? | DatabasePath | src/types.ts:145 |
onInitStatements? | Statement[] | src/types.ts:150 |
reactive? | boolean | src/types.ts:146 |
readOnly? | boolean | src/types.ts:147 |
verbose? | boolean | src/types.ts:148 |

