]> git.phdru.name Git - dotfiles.git/blobdiff - .sqliterc
.sqliterc: major update
[dotfiles.git] / .sqliterc
index 3e481788bc3b95fa18964d8f666bd4172db326de..ae368dc5da544026b03225dacf4a27ad5df73051 100644 (file)
--- a/.sqliterc
+++ b/.sqliterc
@@ -1,3 +1,13 @@
+.output /dev/null
 .headers on
 .mode columns
+.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