SQLiteClientConfig
Defined in: astrobase/src/sqlite/sqlite.ts:11
Configuration options for SQLite. Please refer to better-sqlite3
API
docs.
Extends
Section titled “Extends”Options
Properties
Section titled “Properties”fileMustExist?
Section titled “fileMustExist?”
optional
fileMustExist:boolean
Defined in: node_modules/@types/better-sqlite3/index.d.ts:118
Inherited from
Section titled “Inherited from”SQLite.Options.fileMustExist
filename?
Section titled “filename?”
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).
nativeBinding?
Section titled “nativeBinding?”
optional
nativeBinding:string
Defined in: node_modules/@types/better-sqlite3/index.d.ts:121
Inherited from
Section titled “Inherited from”SQLite.Options.nativeBinding
readonly?
Section titled “readonly?”
optional
readonly:boolean
Defined in: node_modules/@types/better-sqlite3/index.d.ts:117
Inherited from
Section titled “Inherited from”SQLite.Options.readonly
timeout?
Section titled “timeout?”
optional
timeout:number
Defined in: node_modules/@types/better-sqlite3/index.d.ts:119
Inherited from
Section titled “Inherited from”SQLite.Options.timeout
verbose()?
Section titled “verbose()?”
optional
verbose: (message?
, …additionalArgs
) =>void
Defined in: node_modules/@types/better-sqlite3/index.d.ts:120
Parameters
Section titled “Parameters”message?
Section titled “message?”unknown
additionalArgs?
Section titled “additionalArgs?”…unknown
[]
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”SQLite.Options.verbose