insert a json array directly into into sqlite with sqlite-utils.
echo '{"name": "Cleo", "age": 4}' | sqlite-utils insert dogs.db dogs -
Note
This post is a thought. Itβs a short note that I make about someone elseβs content online #thoughts
!https://sqlite-utils.datasette.io/en/stable/cli.html#inserting-json-data
insert a json array directly into into sqlite with sqlite-utils.
echo '{"name": "Cleo", "age": 4}' | sqlite-utils insert dogs.db dogs -
Note
This post is a thought. Itβs a short note that I make about someone elseβs content online #thoughts