Skip to content

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