Skip to content
Notebook
Search
K
Main Navigation
Code
Engineering
Management
UX
Appearance
Menu
Return to top
On this page
CRUD
CRUD
are four basic operations to interact with a storage / database:
Create
: add new elements to storage
Read
: search/get/look for element from the storage
Update
: edit/modify elements from the storage
Delete
: remove element from storage