sqlocal / index / DriverConfig
Type Alias: DriverConfig
ts
type DriverConfig = {
databasePath?: DatabasePath;
reactive?: boolean;
readOnly?: boolean;
verbose?: boolean;
};Defined in: src/types.ts:108
Properties
| Property | Type | Defined in |
|---|---|---|
databasePath? | DatabasePath | src/types.ts:109 |
reactive? | boolean | src/types.ts:110 |
readOnly? | boolean | src/types.ts:111 |
verbose? | boolean | src/types.ts:112 |

