Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question