Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/store-sqlite / connection / WAL_HARDENING_PRAGMAS
Variable: WAL_HARDENING_PRAGMAS
ts
const WAL_HARDENING_PRAGMAS: readonly ["journal_mode = WAL", "synchronous = NORMAL", "busy_timeout = 5000", "mmap_size = 134217728", "temp_store = MEMORY", "cache_size = -64000", "foreign_keys = ON"];Defined in: packages/store-sqlite/src/connection.ts:76
Mandatory WAL hardening pragmas applied at connection open. Any deviation must be documented in the calling site's TSDoc per the Phase 05 acceptance criteria.