Skip to content
Christopher Hopkins edited this page Feb 23, 2014 · 13 revisions

Description

MongoDB is a JSON-based document database. Each document is a JSON object. JSON objects are kept in 'collections', and a 'database' can have several 'collections'. MongoDB enforces no schema, therefore each JSON object may contain a unique set of fields/attributes.

Clone this wiki locally