From 2c1745fa3bea8e6a5bf6bf239de1cd35b421f5b2 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Thu, 4 Aug 2016 13:45:38 -0700 Subject: [PATCH] Add notes about necessary SQLite options. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 97b7ba2c..d9db9546 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,12 @@ contribute. 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 ### Prep