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

Defined in

Last Updated: 16 April, 2024