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?”
optionalfileMustExist: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?”
optionalfilename: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?”
optionalnativeBinding: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?”
optionalreadonly: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?”
optionaltimeout: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()?”
optionalverbose: (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