- Learning Node.js for Mobile Application Development
- Stefan Buttigieg Milorad Jevdjenic
- 94字
- 2021-07-09 21:21:32
Chapter 2. Configuring Persistence with MongoDB
In this chapter, we will show you how to configure the persistence layer of your app, which is responsible for the provision of the central data storage and retrieval services. For this, we will use MongoDB, the widely popular NoSQL database, and its associated driver and interface for Node.js.
In this chapter, we'll cover the following topics:
- Configuring documents, collections, and databases
- Connecting to MongoDB using a product order database as an example
- Creating relations between documents
- Querying data and displaying results in the command line
推薦閱讀
- 程序員面試筆試寶典(第3版)
- Spring Cloud Alibaba核心技術與實戰案例
- Python概率統計
- Visual FoxPro程序設計教程
- Python語言程序設計
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- PhoneGap Mobile Application Development Cookbook
- Android底層接口與驅動開發技術詳解
- Hands-On Reinforcement Learning with Python
- 數據結構與算法分析(C++語言版)
- Learning Apache Karaf
- QGIS 2 Cookbook
- RocketMQ實戰與原理解析
- 交互式程序設計(第2版)
- Vue.js光速入門及企業項目開發實戰