Added datasette-jq plugin to ecosystem

pull/497/head
Simon Willison 2019-05-29 18:51:10 -07:00 zatwierdzone przez GitHub
rodzic 2a4b892d6c
commit 803f750309
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -80,6 +80,11 @@ datasette-jellyfish
`datasette-jellyfish <https://github.com/simonw/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 <https://jellyfish.readthedocs.io/>`__.
datasette-jq
------------
`datasette-jq <https://github.com/simonw/datasette-jq>`__ adds a custom SQL function for filtering and transforming values from JSON columns using the `jq <https://stedolan.github.io/jq/>`__ expression language.
datasette-render-images
-----------------------