Created: 2017.04.18
Acronym to describe working with 'persistent storage'.
- Create
- Read
- Update
- Delete
The acronym CRUD refers to all of the major functions that are implemented in relational database applications. Each letter in the acronym can map to a standard SQL statement, HTTP method (this is typically used to build RESTful APIs) or DDS operation.