Create a collection explicitly.
Section: Collection bootstrap
Create a collection
javascript
javascript
db.createCollection("users")Explanation
MongoDB can also create collections implicitly on first insert, but explicit creation is useful for options and predictability.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Collection bootstrap