2 releases
0.1.1 | Sep 3, 2021 |
---|---|
0.1.0 | Sep 3, 2021 |
#54 in #local-file
18KB
414 lines
"select" command line tool
"select" is a command line tool to allow you to run SQL query against local file, remote url and command output. This is a very early experimental tool.
Examples:
Query with command:
Query with local file:
Query with remote file:
currently only csv files/urls are supported. For command output, I did a hack to retrieve columns through awk then convert it to csv, so the result might be incorrect.
Dependencies
~22–36MB
~595K SLoC