发布于 2015-09-14 14:45:34 | 351 次阅读 | 评论: 0 | 来源: 网络整理
CRUD stands for create, read, update, and delete, which are the four core database operations used in database driven application development. The CRUD操作 section provides introduction to each class of operation along with complete examples of each operation. The documents in the 读写操作 section provide a higher level overview of the behavior and available functionality of these operations.
The 读 and 写 documents provide higher level introductions and description of the behavior and operations of read and write operations for MongoDB deployments. The BSON 文档 provides an overview of documents and document-orientation in MongoDB.
These documents provide an overview and examples of common database operations, i.e. CRUD, in MongoDB.