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
- Host: GitHub
- URL: https://github.com/dmr4eg/music-platform-database
- Owner: dmr4eg
- Created: 2023-05-25T16:58:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-26T12:58:22.000Z (about 3 years ago)
- Last Synced: 2025-02-23T05:16:17.773Z (over 1 year ago)
- Topics: dao, eclipse-link, entity-manager, jakarta-persistence, jdbc, jpa, postgresql
- Language: Java
- Homepage:
- Size: 1.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**

### **Entities**
