readme: modify .sqliterc example.

This commit is contained in:
0x1eef 2022-06-04 14:09:42 -03:00
parent 9abce0d358
commit 5b09506b48

View file

@ -221,9 +221,11 @@ For identical results, it is recommended that the `$HOME/.sqliterc` file has the
contents: contents:
``` ```
PRAGMA case_sensitive_like=ON;
pragma FOREIGN_KEYS = on; pragma FOREIGN_KEYS = on;
.headers on .headers on
.mode column .mode column
``` ```
**2. Execute `src/sql/schema.sql`** **2. Execute `src/sql/schema.sql`**