Crates.io | queryer |
lib.rs | queryer |
version | 0.1.1 |
source | src |
created_at | 2021-09-03 05:52:36.434489 |
updated_at | 2021-09-03 05:57:15.527335 |
description | Allow query to data source (CLI output, local file, remote url) via SQL query. |
homepage | https://github.com/tyrchen/select |
repository | https://github.com/tyrchen/select |
max_upload_size | |
id | 446322 |
size | 63,427 |
"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.