sqlite3/ext/fts3/README.txt

5 lines
219 B
Plaintext
Raw Normal View History

2023-06-27 18:34:42 +08:00
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.