X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.sqliterc;fp=.sqliterc;h=ae368dc5da544026b03225dacf4a27ad5df73051;hp=3e481788bc3b95fa18964d8f666bd4172db326de;hb=5986113e20ff051164b66cf7c198a486c3b9cd55;hpb=131cc3bdf0a6f58435132d9698cb935d8fbc107c 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