After working with laravel for months, I decided to create a personal project in nodejs/express/angular, but I find difficult to resolve several points in my project for which I would very much like your help/opinions.
I need to somehow give the user the ability to create their own variables and store them in db. I was thinking of using json columns (My db is mysql) to store them, but is that the best method? If yes then how can I do that safely? How can I do that keeping in mind that the column may have to store a large quantity of data.
Many thanks to all.
I want to achieve something like Twine, where users can build interactive stories that will contain many variables.