mirror of
https://github.com/simonw/datasette.git
synced 2026-07-09 17:14:35 +02:00
Support BLOB values in row edit UI
This commit is contained in:
parent
b476218edb
commit
19dde1c860
7 changed files with 754 additions and 26 deletions
|
|
@ -17,7 +17,7 @@ Datasette includes special handling for these binary values. The Datasette inter
|
|||
Binary values in JSON
|
||||
---------------------
|
||||
|
||||
Binary data is represented in ``.json`` exports using Base64 encoding.
|
||||
Binary data is represented in ``.json`` exports using Base64 encoding. Datasette uses this representation for every ``BLOB`` value, including binary values that could also be decoded as UTF-8 text.
|
||||
|
||||
https://latest.datasette.io/fixtures/binary_data.json?_shape=array
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue