<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Shell on PlumePHP</title><link>https://plumephp.com/tags/shell/</link><description>Recent content in Shell on PlumePHP</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Thu, 13 Aug 2026 10:00:00 +0800</lastBuildDate><atom:link href="https://plumephp.com/tags/shell/index.xml" rel="self" type="application/rss+xml"/><item><title>MongoDB CRUD 基础与 Shell 操作</title><link>https://plumephp.com/mongodb-crud-basics/</link><pubDate>Thu, 13 Aug 2026 10:00:00 +0800</pubDate><guid>https://plumephp.com/mongodb-crud-basics/</guid><description>&lt;p&gt;MongoDB 是最流行的文档型 NoSQL 数据库，以灵活的 BSON 文档模型、丰富的查询语言和水平扩展能力著称。与传统关系型数据库（如 MySQL、PostgreSQL）不同，MongoDB 以 JSON 风格的 BSON 文档组织数据，无需预先定义严格的表结构，这使得它在快速迭代的业务场景、海量非结构化数据存储以及微服务架构中具备天然优势。本文从 Shell 实战出发，系统讲解 CRUD（Create/Read/Update/Delete）核心操作，涵盖插入、查询、更新、删除、投影、排序、分页、批量操作与游标管理等完整内容，帮助开发者从入门到熟练应对生产环境的各类数据操作需求。&lt;/p&gt;</description></item></channel></rss>