]> git.phdru.name Git - dotfiles.git/blobdiff - .sqliterc
Feat(recode-filenames-recursive): Allow to omit parameters
[dotfiles.git] / .sqliterc
index 3e481788bc3b95fa18964d8f666bd4172db326de..7157c561e0c406c8c6fdedd2987e80aea0a70585 100644 (file)
--- 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