diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index 69f935d0..6842aca5 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -80,6 +80,11 @@ 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-jq +------------ + +`datasette-jq `__ adds a custom SQL function for filtering and transforming values from JSON columns using the `jq `__ expression language. + datasette-render-images -----------------------