Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 390 Bytes

crud.md

File metadata and controls

8 lines (6 loc) · 390 Bytes

C.R.U.D.

From the database standard, there are four main verbs that span all tranactions:

  • CREATE - aka calculate, compute, evaluate, generate, make, new
  • READ this is get, copy, fetch, serialize (with read)
  • UPDATE this is set, serialize (with write), write
  • DELETE typically not used except for memory management, or dropping a record from a database