Skip to main content

Module config

Module config 

Source
Expand description

Central runtime constants for the SQLite-on-stable-memory layout.

Keeping offsets and PRAGMA values here prevents hidden magic numbers in VFS callbacks, migrations, and canister API code.

Constantsยง

BUSY_TIMEOUT_MS
DB_REGION_OFFSET
MAIN_DB_PATH
SQLITE_CACHE_SIZE_KIB
SQLITE_PAGE_SIZE
SQLITE_URI
STABLE_PAGE_SIZE
STATEMENT_CACHE_CAPACITY
SUPERBLOCK_OFFSET
SUPERBLOCK_SIZE
VFS_NAME