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:
Shakeel Mahate 2020-09-25 11:51:50 -04:00 committed by GitHub
commit a53d19fb1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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