This project rebuild the SQLite database from source code, and provide a static library for other projects to link with. This project added FTS support for SQLite.
Because the SQLite library provided by Apple does not include FTS moudle. Thus, you can not use powerful SQLite FTS feature.
Visit SQLite's official FTS page for more detailed information.
SQLite is distributed in Public Domain, and does not require a license. This convient project is distributed in Apache License 2.0, which means you can use it for open source/commercial software.