Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.