You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.