Creates a new collection where data will be stored
Last updated 2 years ago
Was this helpful?
db.createCollection("users").then(() => { console.log("createCollection:", "ok"); }).catch((error) => { console.log("error:", error); });
name
The name for the collection