+ 4
Storing Data Problem
I'm making a survey. What would be best to store data: session storage, local storage, cookies or database? And how can I access/use them??? (I code using JavaScript)
1 Resposta
+ 1
I think I would use a SQL database to store the information. You can get JavaScript to play with SQL using a driver, and you can learn more about using SQL on SoloLearn!
https://www.w3schools.com/nodejs/nodejs_mysql.asp