We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30f725 commit d7b1024Copy full SHA for d7b1024
README.md
@@ -69,7 +69,7 @@ Or for data in a CSV file:
69
70
`sqlite-utils memory` lets you import CSV or JSON data into an in-memory database and run SQL queries against it in a single command:
71
72
- $ cat dogs.csv | sqlite-utils memory - "select name, age from dogs"
+ $ cat dogs.csv | sqlite-utils memory - "select name, age from stdin"
73
74
See the [full CLI documentation](https://sqlite-utils.datasette.io/en/stable/cli.html) for comprehensive coverage of many more commands.
75
0 commit comments