Show HN: Bigbash – Generate bash one-liners from SQL queries on files without DB (github.com) 9 points by bobivl 10y ago ↗ HN
[–] tacone 10y ago ↗ Uhm, TBH installing Java seems an overkill as well. I understand that parsing SQL would be harder without it, though.It would be very nice to have a Rust/Go implementation. [–] bobivl 10y ago ↗ Java is only necessary for the "compilation" of the query. The resulting bash script uses only standard unix tools and runs without java.
[–] bobivl 10y ago ↗ Java is only necessary for the "compilation" of the query. The resulting bash script uses only standard unix tools and runs without java.
[–] dahdum 10y ago ↗ This is impressive. Java is a minor bother, would be running it in dev and then dropping the bash script onto prod anyway.
4 comments
[ 3.4 ms ] story [ 21.8 ms ] threadIt would be very nice to have a Rust/Go implementation.