Added datasette-render-binary plugin to ecosystem

pull/524/head
Simon Willison 2019-06-09 09:49:06 -07:00 zatwierdzone przez GitHub
rodzic 0c756b8cd9
commit 6ccfcefb78
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

@ -90,6 +90,11 @@ datasette-render-images
`datasette-render-images <https://github.com/simonw/datasette-render-images>`__ works with SQLite tables that contain binary image data in BLOB columns. It converts any images it finds into ``data-uri`` image elements, allowing you to view them directly in the Datasette interface.
datasette-render-binary
-----------------------
`datasette-render-binary <https://github.com/simonw/datasette-render-binary>`__ renders binary data in a slightly more readable fashion: it shows ASCII characters as they are, and shows all other data as monospace octets. Useful as a tool for exploring new unfamiliar databases as it makes it easier to spot if a binary column may contain a decipherable binary format.
datasette-pretty-json
---------------------