Add notes about necessary SQLite options.

This commit is contained in:
Richard Newman 2016-08-04 13:45:38 -07:00 committed by GitHub
parent 8a77dcd8f0
commit 2c1745fa3b

View file

@ -63,6 +63,12 @@ contribute.
At present this code is licensed under MPLv2.0. That license is subject to change prior to external contributions. At present this code is licensed under MPLv2.0. That license is subject to change prior to external contributions.
## SQLite dependencies
Datomish uses partial indices, which are available in SQLite 3.8.0 and higher.
It also uses FTS4, which is [a compile time option](http://www.sqlite.org/fts3.html#section_2).
## Running a REPL ## Running a REPL
### Prep ### Prep