Live data from Hacker News

Show HN: Bigbash – Generate bash one-liners from SQL queries on files without DB

github.com

1–5 of 5 posts

Re: Show HN: Bigbash – Generate bash one-liners from SQL queries on files without DB

#3
post #2

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.

Java is only necessary for the "compilation" of the query. The resulting bash script uses only standard unix tools and runs without java.