#sql-query #sql #dataframe #parser #local-file #data-source

queryer

Allow query to data source (CLI output, local file, remote url) via SQL query

2 releases

0.1.1 Sep 3, 2021
0.1.0 Sep 3, 2021

#47 in #local-file

MIT license

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–38MB
~614K SLoC