Skip to content

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

PropertyTypeDefined in
clientKey?QueryKeysrc/types.ts:149
databasePath?DatabasePathsrc/types.ts:145
onInitStatements?Statement[]src/types.ts:150
reactive?booleansrc/types.ts:146
readOnly?booleansrc/types.ts:147
verbose?booleansrc/types.ts:148

Released under the MIT License