An implementation of PartiQL written in Rust.
A command line tool for data processing with SQL queries. json, yaml, toml to your favorite format.
piqel has syntax highlighting
cat Cargo.toml | pq
piqel can convert files, from toml to json
cat Cargo.toml | pq -t json
piqel can convert json, yaml, toml, xml if you want
cat Cargo.toml | pq -t json | pq -t yaml
Try the following command in your terminal.
curl "https://node-hnapi.herokuapp.com/news" | pq -t csv > hs.csv && cat hs.csv | pq -f csv -t json | pq