Mysql – How to insert data to sql database using nodejs and sequelize?
I am creating a REST API using nodejs , express , MySql server , sequelize I want to save the following object to my database. let dataToSave = { "config": { "id": "1697141843496" "user_id": 27856, "imageurl": "my url", "name": "Ikea",…