saveData
Save data in the database
To save data you need the server object from getLocalServer, a schema and the data you want to save.
Firstly create the schema:
Create new folder named 'Schemas'. You can use any name you want.
Create new file named 'example.js' in the new folder. You can use any name you want.
Paste the schema code inside (below this list)
example.js
Now you created your own schema. You can now import the schema and save the data.
Last updated