From a53d19fb1c54eed13ade1be31056fd8a33187612 Mon Sep 17 00:00:00 2001 From: Shakeel Mahate Date: Fri, 25 Sep 2020 11:51:50 -0400 Subject: [PATCH] Update README.md The `sqlite-utils insert releases.db releases - --pk` is missing the pk field name, added ` "id"` to fix it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acd5356..84a5489 100644 --- a/README.md +++ b/README.md @@ -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