From: Oleg Broytman Date: Thu, 1 Oct 2015 17:50:51 +0000 (+0300) Subject: .sqliterc: major update X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=5986113e20ff051164b66cf7c198a486c3b9cd55 .sqliterc: major update --- diff --git a/.sqliterc b/.sqliterc index 3e48178..ae368dc 100644 --- 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