Monday, February 25, 2013

Quick MySQL runner

I've been working on a custom MySQL Query runner to replace the bloated MySQL 5.2 workbench using the java to MySQL API.

The idea is that instead of having to open up a huge memory sucking program to run a few lines of SQL, you can just open up this bad boy and run your code.

Here's a few screens. Not sure about release time. Lemme know if you're interested.

Planned features:

  • Open/Run SQL scripts saved on your computer
  • Run custom SQL script straight from the program
  • Easy command line based interface
  • Doesn't let you past first screen if it can't connect to DB







No comments:

Post a Comment