.output /dev/null .headers on .mode column .nullvalue NULL .timer on PRAGMA cache_size=500000; -- PRAGMA count_changes = OFF; PRAGMA foreign_keys = ON; -- PRAGMA journal_mode = MEMORY; -- PRAGMA locking_mode = EXCLUSIVE; -- PRAGMA synchronous = OFF; -- PRAGMA temp_store = MEMORY; .output stdout