Skip to content

Instantly share code, notes, and snippets.

@dotherightthing
Last active August 15, 2019 06:45
Show Gist options
  • Save dotherightthing/9d3cf4e79ca1695349738ae31dcc7239 to your computer and use it in GitHub Desktop.
Save dotherightthing/9d3cf4e79ca1695349738ae31dcc7239 to your computer and use it in GitHub Desktop.
[CRUD] #php

CRUD

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment