If fails because it actually returns the old value and `exec` doesn't expect any results. Workaround:
`discard db.getRow(sql"pragma journal_mode=wal")`
If fails because it actually returns the old value and `exec` doesn't expect any results. Workaround:
`discard db.getRow(sql"pragma journal_mode=wal")`