diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index 29b80707..69f935d0 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -75,6 +75,11 @@ datasette-json-html `datasette-json-html `__ renders HTML in Datasette's table view driven by JSON returned from your SQL queries. This provides a way to embed images, links and lists of links directly in Datasette's main interface, defined using custom SQL statements. +datasette-jellyfish +------------------- + +`datasette-jellyfish `__ exposes custom SQL functions for a range of common fuzzy string matching functions, including soundex, porter stemming and levenshtein distance. It builds on top of the `Jellyfish Python library `__. + datasette-render-images -----------------------