fixups
This commit is contained in:
parent
853b1d81ac
commit
a8978b4aa6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
## Database Exporter Application
|
## Database Exporter Application
|
||||||
|
|
||||||
This is a Java application for exporting data from a MySQL database to various formats (e.g., HTML, XML, etc.). The application uses Swing for the graphical user interface and supports a plug-and-play architecture with configuration-less addition of new export formats without changing existing code.
|
This is a Java application for exporting data from a MySQL database table to various formats (e.g., HTML, XML, etc.). The application uses Swing for the graphical user interface and supports a plug-and-play architecture with configuration-less addition of new export formats without changing existing code.
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue