OPEN_READONLY top-level constant
int
const OPEN_READONLY
The database is opened in read-only mode.
If the database does not already exist, an error is returned.
Implementation
const OPEN_READONLY = 0x00000001;