From: Daevid Vincent Date: May 23 2011 8:34pm Subject: FW: MySQL shell...with parameters List-Archive: http://lists.mysql.com/mysql/225079 Message-Id: <002301cc1988$cbd4f680$637ee380$@daevid.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0024_01CC194E.1F775700" ------=_NextPart_000_0024_01CC194E.1F775700 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Here=E2=80=99s an email from a good friend of mine that may be of = interest. It is done in Ruby. =20 From: Brad Robel-Forrest [mailto:brad@stripped]=20 Sent: Sunday, May 15, 2011 7:01 PM To: Daevid Vincent Subject: MySQL shell...with parameters =20 Remember a long while back I was bitching about the need for = parameterized MySQL when working at the prompt? Well, it took me down a = road and I've fulfilled that need and many more. If you're interested, = I've opened a project on a shell that allows you to write all manner of = SQL queries with variable interpolation and even generated query for = programmatic searching through your database. Plus, it has the ability = to do all of this remotely over an SSH connection without needing to = have a mysql binary installed either locally or remotely. =20 Main project site: https://github.com/bradrf/rsql Installing on Windows: = https://github.com/bradrf/rsql/wiki/Install-on-Windows Tutorial: https://github.com/bradrf/rsql/raw/master/example.rsqlrc I've been using it a ton for analyzing our database at work for the past = several months. It's a rare day that goes by where I don't fire this up. -brad ------=_NextPart_000_0024_01CC194E.1F775700--