Hacker News new | ask | show | jobs
by dwb 3525 days ago
I wrote one a little while back, for MySQL and PostgreSQL, that's just a bash script. I've found it handy a few times.

https://github.com/dwb/dogfish

1 comments

I had one of those at the very begining, but then I wanted to do things that are more pleasant to do in other languages, so I switched to go. But I can't agree more with your README, my focus stayed on getting out of the way: drop your requests into a file, dump your credentials in a configuration file, run, be done with it.