PDF (US Ltr)
- 1.2Mb
PDF (A4)
- 1.2Mb
In order to create a new collection call the
createCollection()
function from a Schema
object. It returns a Collection object that can be used right
away to, for example, insert documents into the database.
Press CTRL+C to copy// Create a new collection called 'my_collection' var myColl = db.createCollection('my_collection');