openDb Method

Open this database and verify that this version of the software meets the required version range (as appropriate, read or write) stored in the database. Throws otherwise.

openDb(dbName: string, openMode: OpenMode | SQLiteDb.OpenParams, container?: CloudSqlite.CloudContainer): void

@see SqliteDb.openDb for argument types

Parameter Type Description
dbName string  
openMode OpenMode | SQLiteDb.OpenParams  
container CloudSqlite.CloudContainer  

Returns - void

Defined in

Last Updated: 14 November, 2024