Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 828 Bytes

File metadata and controls

11 lines (8 loc) · 828 Bytes

What's this project for?

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.

Why create such a project while iOS already provide sqlite library?

Because the SQLite library provided by Apple does not include FTS moudle. Thus, you can not use powerful SQLite FTS feature.

How to use FTS with SQLite?

Visit SQLite's official FTS page for more detailed information.

License

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.