A
A
Andrew2015-10-27 23:17:00
Database
Andrew, 2015-10-27 23:17:00

How to properly build the database structure of a music artist and albums?

I want to make for myself an electronic catalog of performers (groups) and their albums. I would like to try using a MongoDB or PostgreSQL database.
There is a list in CSV. For MongoDB (Mongoose), you can make json and import it into the database. For PostgreSQL, it's also somehow possible like this
. I think this is a one-to-many relationship, since one artist can have many albums. Artist table and album table (album info: title, date, number of tracks). The bottom line is how to properly design a database?
In the future I would like to add books.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2015-10-27
@badpoly

www.sql.ru/forum/731709/ocenite-strukturu-bd-muzyki

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question