MyEditor
MyEditor is a minimalistic SQL table data editor written entirely in Perl. It allows you to connect to a MySQL server, select a table and edit the table contents. Nothing more, nothing less.
Screenshots
Advantages
- Available as a pre-built Win32 executable and as perl source code.
- Executable file does not need any installation or 3rd party drivers.
- Should work with all Windows versions from 95 to Vista.
- Perl source code requires only two modules; Win32::GUI and DBI.
Disadvantages
- Only tables with atleast one 'auto_increment' column can be updated by the current version.
- While it is possible to insert new rows, this is quite cumbersome
- The current version has no concept of NULL values and uses empty strings instead.
License / Availability
This software was developed for internal use by Ano-Tech Computers but the current development version has been released under the Perl Artistic License.
ANO-TECH COMPUTERS (ATC) MAKES NO REPRESENTATION ABOUT THE SUITABILITY OR
ACCURACY OF THIS SOFTWARE OR DATA FOR ANY PURPOSE, AND MAKES NO WARRANTIES,
EITHER EXPRESS OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE OR THAT THE USE OF THIS SOFTWARE OR DATA WILL NOT
INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS, OR OTHER RIGHTS.
THE SOFTWARE AND DATA ARE PROVIDED "AS IS".