Enumeration Casegrdb 7.4.0GRDB

wal

The journal mode is set to WAL (plus extra configurations that make life easier with WAL databases).

Configuration.swift:296
case wal

Other cases

  • case `default`

    The default setup has DatabaseQueue perform no specific configuration of the journal mode, and DatabasePool configure the database for the WAL mode (just like the wal case).