Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelonazzaro/eurogames
This project has been realized for the DataBases Exam. It is a Java GUI which interacts with the DB using JDBC.
https://github.com/angelonazzaro/eurogames
gui gui-application java javafx jdbc jdbc-driver mysql workbench
Last synced: 17 days ago
JSON representation
This project has been realized for the DataBases Exam. It is a Java GUI which interacts with the DB using JDBC.
- Host: GitHub
- URL: https://github.com/angelonazzaro/eurogames
- Owner: angelonazzaro
- License: mit
- Created: 2022-06-11T11:54:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T19:57:46.000Z (over 2 years ago)
- Last Synced: 2024-11-07T17:41:57.948Z (2 months ago)
- Topics: gui, gui-application, java, javafx, jdbc, jdbc-driver, mysql, workbench
- Language: Java
- Homepage:
- Size: 9.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EuroGames
This project has been realized for the DataBases Exam. It is a Java GUI which interacts with the DB using JDBC.
It is possibile to perform the following operations on the DB via the app: ```SELECT```, ```INSERT```, ```UPDATE```, ```DELETE``` and whatever ```CUSTOM QUERY``` you can come up with.## Demo
Here are some screenshot of the application:
## Technologies used
This project has been coded with: ```Java```, ```Java Swing```, ```JDBC Connector``` and ```MySQL```.## Collaborators & Contributors
I'd like to mention and thank [@Francesco_Granozio](https://github.com/Francesco-Granozio) with whom I realized the project.