From 803f750309bf0cd5b7501228c1efcf9a35686d74 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 29 May 2019 18:51:10 -0700 Subject: [PATCH] Added datasette-jq plugin to ecosystem --- docs/ecosystem.rst | 5 +++++ 1 file changed, 5 insertions(+) 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 -----------------------