JK-Database Analyzer
JK-Desktop and JK-Database Analyzer are out-dated, please contact the Author to discuss the upgrade plan. |
JK Database Analyzer is a desktop application used to create database metadata to be used by my other projects.
Usage
1- Download the executable applications.
2- Run the application either by double click on the jar file , or by issuing java -jar jk-db-analyzer.jar
command on your console.
3- In the Database config.
panel , set your database configuration. In case you dont recall the driver name or format for the drivers , you can click on the Select
to select from the available options.
4- You now can check your settings using the test Ping
button.
mysql driver is added by default to the classpath, for other drivers, please be sure to add the the driver to the classpath using -cp option like this : |