- 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
推薦閱讀
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- Boost C++ Application Development Cookbook(Second Edition)
- C語言程序設計(第2版)
- VSTO開發入門教程
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- 精通Python自動化編程
- OpenCV 3 Blueprints
- C++ Application Development with Code:Blocks
- 小程序從0到1:微信全棧工程師一本通
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- Learning Android Application Testing
- Deep Learning for Natural Language Processing
- Java核心編程
- AngularJS UI Development
- Python網絡爬蟲從入門到實踐