1 2 3 4 5 6 7
CREATE TABLE t1(a, b); INSERT INTO t1 VALUES(1, 2); PRAGMA journal_mode = delete PRAGMA journal_mode = wal PRAGMA journal_mode = delete