Show HN: Bigbash – Generate bash one-liners from SQL queries on files without DB
1–5 of 5 posts
Re: Show HN: Bigbash – Generate bash one-liners from SQL queries on files without DB
#2Uhm, 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.
Re: Show HN: Bigbash – Generate bash one-liners from SQL queries on files without DB
#3Uhm, 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.
Re: Show HN: Bigbash – Generate bash one-liners from SQL queries on files without DB
#4This is very cool! I do agree that installing java is downside :(
Re: Show HN: Bigbash – Generate bash one-liners from SQL queries on files without DB
#5This is impressive. Java is a minor bother, would be running it in dev and then dropping the bash script onto prod anyway.