SQLite Extensions
SQLite Cloud comes with the following pre-installed SQLite extensions. These extensions are available for use in your SQLite Cloud databases.
Extensions
- Full-text Search 5: Full-text search engine that allows you to search for text in a database.
- JSON1: Allows you to easily store, query, and manipulate JSON data.
- Math: Mathematical functions.
- RTree: R-Tree index for storing and querying spatial data.
- Geopoly: Functions for working with geospatial data.
- sqlite-vec: Vector storage extension for similarity search.
In the future, we plan to allow users to install their own extensions. If you have a specific extension you would like to use, please let us know by adding to this issue.