SQLiteDb.OpenParams Interface

Parameters for opening an existing SQLiteDb

Extends

Properties

Name Type Description
openMode OpenMode use OpenMode.ReadWrite to open the file with write access  

Inherited properties

Name Type Inherited from Description
defaultTxn "0" | "1" | "2" | "3" SQLiteDb.OpenOrCreateParams the default transaction mode
immutable boolean | undefined SQLiteDb.OpenOrCreateParams  
queryParam string | undefined SQLiteDb.OpenOrCreateParams see query parameters from 'URI Filenames' in https://www.sqlite.org/c3ref/open.html
rawSQLite boolean | undefined SQLiteDb.OpenOrCreateParams If true, do not require that the be_Prop table exist
skipFileCheck boolean | undefined SQLiteDb.OpenOrCreateParams Do not attempt to verify that the file is a valid sQLite file before opening.

Defined in

Last Updated: 16 May, 2024