Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orangomango/mysql-gui-viewer
MySQL viewer using JavaFX
https://github.com/orangomango/mysql-gui-viewer
gui-application javafx jdbc mysql
Last synced: 3 days ago
JSON representation
MySQL viewer using JavaFX
- Host: GitHub
- URL: https://github.com/orangomango/mysql-gui-viewer
- Owner: OrangoMango
- License: mit
- Created: 2022-02-01T11:20:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T11:32:41.000Z (about 1 year ago)
- Last Synced: 2024-11-11T09:19:53.569Z (2 months ago)
- Topics: gui-application, javafx, jdbc, mysql
- Language: Java
- Homepage:
- Size: 2.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MySQL-GUI-Viewer
MySQL viewer using JavaFX## How to run
* Clone the repository: `git clone https://github.com/OrangoMango/MySQL-GUI-Viewer`
* Change the first line of the file `execute.sh` according to your javafx path
* Run the script using this command: `./execute.sh`## Screenshot
![MySqlLogin](https://user-images.githubusercontent.com/61402409/151960330-49e34257-5706-438c-abb4-0c6faf76da46.png)
![mysqlgui](https://user-images.githubusercontent.com/61402409/151960335-0662c0a2-092f-4628-a025-3a981d79db6b.png)