mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-22 17:04:31 +02:00
Fixed incorrect example in README
This commit is contained in:
parent
94fc62857e
commit
cada1017ed
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ Now you can do things with the CLI utility like this:
|
|||
You can even import data into a new database table like this:
|
||||
|
||||
$ curl https://api.github.com/repos/simonw/sqlite-utils/releases \
|
||||
| sqlite-utils insert releases.db releases - --pk
|
||||
| sqlite-utils insert releases.db releases - --pk id
|
||||
|
||||
Full CLI documentation: https://sqlite-utils.readthedocs.io/en/stable/cli.html
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue