L
L
ledovitiy2019-04-14 00:42:03
Python
ledovitiy, 2019-04-14 00:42:03

How to create a database based on information from the site?

I want to create a database in which I will place information from a music site. I'm going to store a list of performers in the database, as well as their albums with an indication of the year. What is the best way for me to implement this in Python? Okay, I parsed information from the site into json. But how to translate the received into SQL? I didn't find any good information on this topic. Only ready-made online converters. And I would like to.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivan Shumov, 2019-04-14
@inoise

You need a MySQL or Postgres database and learn how to access it from Python. All

D
Dmitry Shitskov, 2019-04-14
@Zarom

Put json in Mongodb. Everything :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question