diff options
Diffstat (limited to '')
-rw-r--r-- | ext/fts2/README.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/fts2/README.txt b/ext/fts2/README.txt new file mode 100644 index 0000000..517a2a0 --- /dev/null +++ b/ext/fts2/README.txt @@ -0,0 +1,4 @@ +This folder contains source code to the second full-text search +extension for SQLite. While the API is the same, this version uses a +substantially different storage schema from fts1, so tables will need +to be rebuilt. |