🗃️ Read
2 items
📄️ Write (Add/Insert)
This section will describe FrostApi.add() function. This Function is used to push a new instance of the entity to the entity list and connect it with other entities depending on the relations.
📄️ Update
This section will describe FrostApi.update() function. This Function is used to modify an existing instance of the entity and connect or disconnect it with other entities depending on the relations.
📄️ Delete
Node Removal
📄️ Multiple Location Write
- For Every function in FrostApi that modifies the database (add, update, delete) we have an equivalent getMap function.