crud是指在做计算处理时的增加(Create)、读取(Read)、更新(Update)和删除(Delete)几个单词的首字母简写。crud主要被用在描述
软件系统中数据库或者持久层的基本操作功能。
名词 n.
In
computing, CRUD is an acronym for create, Read, update, and delete. It is used to refer to the basic functions of a database or persistence layer in a software system.
D elete existing records.