MongoDB
This section contains everything related to MongoDB.
Important Terms
- Database: Container for one or more collections. This is equivalent to an SQL database definition.
- Collection: Group of documents inside of a database. Equivalent to tables in an SQL database.
- Document: Record inside a collection.
- Field: Key value pair within a document.