]> git.phdru.name Git - dotfiles.git/blob - .sqliterc
.fvwmrc: Change big terminal size
[dotfiles.git] / .sqliterc
1 .output /dev/null
2 .headers on
3 .mode column
4 .nullvalue NULL
5 .timer on
6 PRAGMA cache_size=500000;
7 -- PRAGMA count_changes = OFF;
8 PRAGMA foreign_keys = ON;
9 -- PRAGMA journal_mode = MEMORY;
10 -- PRAGMA locking_mode = EXCLUSIVE;
11 -- PRAGMA synchronous = OFF;
12 -- PRAGMA temp_store = MEMORY;
13 .output stdout