Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 448 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 448 Bytes

music-platform-database

SQL Database for music streaming service Here is the Java program that interacts with a database using the Jakarta Persistence API (JPA). It performs various operations such as inserting, updating, and deleting records in the database. Database type that was used in a project is postgresql.

Relations model

relations_model

Entities

entities