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

https://github.com/dmr4eg/music-platform-database

JPA SQL Database for music streaming service
https://github.com/dmr4eg/music-platform-database

dao eclipse-link entity-manager jakarta-persistence jdbc jpa postgresql

Last synced: 28 days ago
JSON representation

JPA SQL Database for music streaming service

Awesome Lists containing this project

README

          

# 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](uploads/relations_model.png)

### **Entities**
![entities](uploads/entities.png)