mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-16 05:24:26 +02:00
Update README.md
The `sqlite-utils insert releases.db releases - --pk` is missing the pk field name, added ` "id"` to fix it.
This commit is contained in:
parent
94fc62857e
commit
a53d19fb1c
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