From 5b09506b48fdf44dcd92cf29545998b0276d4086 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 4 Jun 2022 14:09:42 -0300 Subject: [PATCH] readme: modify .sqliterc example. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 240c7c6..6508ff2 100644 --- a/README.md +++ b/README.md @@ -221,9 +221,11 @@ For identical results, it is recommended that the `$HOME/.sqliterc` file has the contents: ``` +PRAGMA case_sensitive_like=ON; pragma FOREIGN_KEYS = on; .headers on .mode column + ``` **2. Execute `src/sql/schema.sql`**