7 lines
217 B
Markdown
7 lines
217 B
Markdown
---
|
|
title: MongoDB
|
|
tags: MongoDB
|
|
---
|
|
|
|
MongoDB is a NoSQL database model that stores data in flexible, JSON-like documents, meaning fields can vary from document to document and data structure can be changed over time
|