CRUD的定义

Create, read, update and delete (CRUD) are the four basic functions of persistent storage, a major part of nearly all computer software. Sometimes CRUD is expanded with the words retrieve instead of read or destroy instead of delete. It is also sometimes used to describe user interface conventions that facilitate viewing, searching, and changing information; often using computer-based forms and reports.

from:http://en.wikipedia.org/wiki/Create,_read,_update_and_delete

CRUD其实就是增删改查的英文缩写。

此条目发表在DB/ES分类目录,贴了标签。将固定链接加入收藏夹。