CRUD is an acronym that comes from the world of computer programming and refers to the four functions that are considered necessary to implement a persistent storage application: create, read, update and delete.
In Quixy the CRUD functions are:
Create -> Add Function
Read -> Get Function
Update -> Update Function
Delete -> Delete Function
In addition to the functions above, we have an Add or Update function in Quixy.