- Web Development with MongoDB and Node(Third Edition)
- Bruno Joseph D'mello Mithun Satheesh Jason Krol
- 123字
- 2021-07-08 10:32:38
Schema-less design
Another important feature of MongoDB is its schema-less nature. With a relational database, you are required to define the exact structure of the data being stored ahead of time, which is termed as the schema. This means that you must have defined the exact number of columns, the length, and the data type for every field in a table, and that each field must always match that exact set of criteria. Mongo provides a flexible nature where the documents that you store into the database need not follow any schema unless the developer enforces it through the application level. This makes MongoDB a great fit for Agile-based development, as you could carry out modifications on the application schema on the fly.
推薦閱讀
- 造個小程序:與微信一起干件正經事兒
- MATLAB 2020 從入門到精通
- Servlet/JSP深入詳解
- 匯編語言程序設計(第3版)
- SSM輕量級框架應用實戰
- Hands-On Full Stack Development with Go
- Mastering Linux Security and Hardening
- ASP.NET程序開發范例寶典
- TMS320LF240x芯片原理、設計及應用
- Getting Started with Nano Server
- Android Sensor Programming By Example
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- Web前端開發技術:HTML、CSS、JavaScript
- H5+移動營銷設計寶典
- Mastering OAuth 2.0