OPEN_NOMUTEX top-level constant
int
const OPEN_NOMUTEX
The new database connection will use the "multi-thread" threading mode.
This means that separate threads are allowed to use SQLite at the same time, as long as each thread is using a different database connection.
Implementation
const OPEN_NOMUTEX = 0x00008000;