datasette-sqlite-fts4

Datasette plugin exposing SQL functions from sqlite-fts4


Keywords
datasette, datasette-io, datasette-plugin, plugin
License
Apache-2.0
Install
pip install datasette-sqlite-fts4==0.3

Documentation

datasette-sqlite-fts4

PyPI Changelog Tests License

Datasette plugin that exposes the custom SQL functions from sqlite-fts4.

Interactive demo. Read Exploring search relevance algorithms with SQLite for further details on this project.

Installation

pip install datasette-sqlite-fts4

If you are deploying a database using datasette publish you can include this plugin using the --install option:

datasette publish now mydb.db --install=datasette-sqlite-fts4