Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 457 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 457 Bytes

DataBase

Repository for a DB class.

This repository contains a Java application. This application interacts with PostgreSQL, through JDBC, to retrive and inspect data. The application GUI is made with JavaFX. Both the Java application and the database are executed on the same node.

A first E-R diagram has been made. db_er

Later, it has been refined into the following diagram. db_er_1

Tests have been made using JUnit.