mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Added datasette-jellyfish
This commit is contained in:
parent
4147c388cb
commit
41744d7690
1 changed files with 5 additions and 0 deletions
|
|
@ -75,6 +75,11 @@ datasette-json-html
|
|||
|
||||
`datasette-json-html <https://github.com/simonw/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 <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-render-images
|
||||
-----------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue