Skip to content

sqlocal / index / DriverConfig

Type Alias: DriverConfig

ts
type DriverConfig = {
  databasePath?: DatabasePath;
  reactive?: boolean;
  readOnly?: boolean;
  verbose?: boolean;
};

Defined in: src/types.ts:108

Properties

PropertyTypeDefined in
databasePath?DatabasePathsrc/types.ts:109
reactive?booleansrc/types.ts:110
readOnly?booleansrc/types.ts:111
verbose?booleansrc/types.ts:112

Released under the MIT License