X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.sqliterc;h=7157c561e0c406c8c6fdedd2987e80aea0a70585;hp=3e481788bc3b95fa18964d8f666bd4172db326de;hb=HEAD;hpb=f46bd4d41cc7f243bc8a321effee5200aa69e709 diff --git a/.sqliterc b/.sqliterc index 3e48178..7157c56 100644 --- a/.sqliterc +++ b/.sqliterc @@ -1,3 +1,13 @@ +.output /dev/null .headers on -.mode columns +.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