mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-22 17:04:31 +02:00
Fixed incorrecte output example
This commit is contained in:
parent
5912878d62
commit
ddfdff657f
1 changed files with 1 additions and 2 deletions
|
|
@ -38,8 +38,7 @@ Now you can do things with the CLI utility like this:
|
|||
{"id": 2, "age": 2, "name": "Pancakes"}]
|
||||
|
||||
$ sqlite-utils insert dogs.db dogs dogs.csv --csv
|
||||
[{"id": 1, "age": 4, "name": "Cleo"},
|
||||
{"id": 2, "age": 2, "name": "Pancakes"}]
|
||||
[####################################] 100%
|
||||
|
||||
$ sqlite-utils tables dogs.db --counts
|
||||
[{"table": "dogs", "count": 2}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue