- MongoDB 4 Quick Start Guide
- Doug Bierer
- 199字
- 2021-08-13 15:24:59
Modeling objects without SQL
A classic paradox in object oriented programming (OOP) code that requires database access is caused by the two-dimensional architecture of the traditional RDBMS. The two dimensions, rows and columns, are in turn grouped into tables, much like a legacy spreadsheet. In order to achieve the third dimension one needs to perform resource intensive joins and form relationships between tables. In order to map programming object classes to the database, incredible programmatic gymnastics are required to achieve the goal.
With MongoDB, there is no rigid database schema you must adhere to. Instead of rows you insert documents. A set of documents is referred to as a collection. Each document can directly model an object class, which in turn greatly facilitates the work of storing and retrieving from the database.
MongoDB has its own rich query language, which can perform tasks similar to what the developer might expect from a legacy RDBMS using SQL. Because MongoDB does not use SQL, it is often referred to as a NoSQL database.
- Mastering Proxmox(Third Edition)
- Visualforce Development Cookbook(Second Edition)
- 協作機器人技術及應用
- 城市道路交通主動控制技術
- 變頻器、軟啟動器及PLC實用技術260問
- 基于Xilinx ISE的FPAG/CPLD設計與應用
- 網絡安全技術及應用
- 零起點學西門子S7-200 PLC
- Godot Engine Game Development Projects
- INSTANT Munin Plugin Starter
- PostgreSQL 10 High Performance
- JSP通用范例開發金典
- Python語言從入門到精通
- Getting Started with Tableau 2019.2
- Learning Couchbase