Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 511 Bytes

MONGODB.md

File metadata and controls

10 lines (7 loc) · 511 Bytes
title excerpt
MongoDB
a Javascript NoSQL database

MongoDB

MongoDB is a fast, reliable and performant Javascript-powered NoSQL database. It uses the concept of Documents which is a sort of JSON-like data model (called BSON for Binary Simple Object Model), making querying faster and easier.

The main advantage over traditional MySQL databases is the flexibility offered by the Document Model to achieve simpler and faster integration.