queryer

Crates.ioqueryer
lib.rsqueryer
version0.1.1
sourcesrc
created_at2021-09-03 05:52:36.434489
updated_at2021-09-03 05:57:15.527335
descriptionAllow query to data source (CLI output, local file, remote url) via SQL query.
homepagehttps://github.com/tyrchen/select
repositoryhttps://github.com/tyrchen/select
max_upload_size
id446322
size63,427
Tyr Chen (tyrchen)

documentation

https://docs.rs/queryer/0.1.0/queryer/

README

"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.

Commit count: 6

cargo fmt