mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-21 16:34:32 +02:00
Link to JSON Lines instead
ndjson.org has an expired domain.
This commit is contained in:
parent
0aefbb634d
commit
88a83f0b7e
1 changed files with 2 additions and 2 deletions
|
|
@ -1128,7 +1128,7 @@ You can insert binary data into a BLOB column by first encoding it using base64
|
|||
Inserting newline-delimited JSON
|
||||
--------------------------------
|
||||
|
||||
You can also import `newline-delimited JSON <http://ndjson.org/>`__ using the ``--nl`` option:
|
||||
You can also import newline-delimited JSON (see `JSON Lines <https://jsonlines.org/>`__) using the ``--nl`` option:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
|
@ -2781,4 +2781,4 @@ You can uninstall packages that were installed using ``sqlite-utils install`` wi
|
|||
|
||||
sqlite-utils uninstall beautifulsoup4
|
||||
|
||||
Use ``-y`` to skip the request for confirmation.
|
||||
Use ``-y`` to skip the request for confirmation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue