Skip to content

SQLiteClientConfig

Defined in: astrobase/src/sqlite/sqlite.ts:11

Configuration options for SQLite. Please refer to better-sqlite3 API docs.

  • Options

optional fileMustExist: boolean

Defined in: node_modules/@types/better-sqlite3/index.d.ts:118

SQLite.Options.fileMustExist


optional filename: string | Buffer<ArrayBufferLike>

Defined in: astrobase/src/sqlite/sqlite.ts:17

Database file name. You can create an in-memory database by passing “:memory:” as the first argument. You can create a temporary database by passing an empty string (or by omitting all arguments).


optional nativeBinding: string

Defined in: node_modules/@types/better-sqlite3/index.d.ts:121

SQLite.Options.nativeBinding


optional readonly: boolean

Defined in: node_modules/@types/better-sqlite3/index.d.ts:117

SQLite.Options.readonly


optional timeout: number

Defined in: node_modules/@types/better-sqlite3/index.d.ts:119

SQLite.Options.timeout


optional verbose: (message?, …additionalArgs) => void

Defined in: node_modules/@types/better-sqlite3/index.d.ts:120

unknown

unknown[]

void

SQLite.Options.verbose