发布于 2015-09-14 14:42:24 | 234 次阅读 | 评论: 0 | 来源: 网络整理
MongoDB provides language-specific client libraries called drivers that let you develop applications to interact with your databases.
This page lists the documents, tutorials, and reference pages that describe application development. For API-level documentation, see 驱动程序和客户端.
For an overview of topics with which every MongoDB application developer will want familiarity, see the aggregation and indexes documents. For an introduction to basic MongoDB use, see the administration tutorials.
也可以参考
核心操作(CRUD) section and the FAQ: 应用开发者 document. Developers also should be familiar with the mongo 壳 shell and the MongoDB query and update operators.
The following documents outline basic application development topics:
The following documents provide patterns for developing application features: