Skip to content

LucaR01/Aeroporto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aeroporto

Progetto di Basi di Dati per l'università Alma Mater Studiorum di Bologna. Il progetto verte sulla progettazione di una base di dati riguardante una infrastruttura aeroportuale.

GitHub commit activity Lines of code GitHub last commit GitHub repo size

Installation

  • Run aeroportoDbCreation.sql in the db directory on MySQL Workbench.
  • Run aeroportoDbData.sql in the db directory on MySQL Workbench.
  • If they don't work, modify the charset and collate.

Configuration Options

  • Update the Database.java file in the src/main/java/com/lucar01/ directory, you can modify:
  • databaseUser
  • databasePassword

Database Class

Usage

  • Run Main.java in the src/main/java/com/lucar01/ directory.