|
SQL Runner
by Lost Luggage Studios
SQL Runner is a small utility that lets you store and run SQL scripts against MySQL servers. It lets you build Script Sets that contain as many SQL scripts as you want. Each script consists of a test (for determining if the fix is required), a fix (for updating the SQL data), and notes that you can use to store any additional information. Script Sets are stored as XML files, and thus are quite easy to back up, share, and store in version control.
sql script script sql mysql
|