OPEN_MEMORY top-level constant

int const OPEN_MEMORY

The database will be opened as an in-memory database.

The database is named by the "filename" argument for the purposes of cache-sharing, if shared cache mode is enabled, but the "filename" is otherwise ignored.

Implementation

const OPEN_MEMORY = 0x00000080;