readme: modify .sqliterc example.
This commit is contained in:
parent
9abce0d358
commit
5b09506b48
1 changed files with 2 additions and 0 deletions
|
@ -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`**
|
||||
|
|
Loading…
Reference in a new issue