0

I am making a PWA for a friend. the database has users and the users have json strings associated with them. I know that I can just ask the database for that user's Json in html or js, but I want to know if its possible to have the database look at that json String, and automatically divvy out the details in it to the database say every hour.

I know there is a simpler way of just putting the json string in the database under the user, then just parsing it when the user logs into the page and asks for it. just wondering if I can skip a step and just make the database auto update the json string into the DB itself.

4

1 に答える 1