Skip to content

Instantly share code, notes, and snippets.

@NielsMinssen
Created May 12, 2023 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NielsMinssen/15fc521b4b8950aadb8def79c11df155 to your computer and use it in GitHub Desktop.
Save NielsMinssen/15fc521b4b8950aadb8def79c11df155 to your computer and use it in GitHub Desktop.
const collection = db.collection('ma_collection');
collection.insertOne({ nom: "Louis", age: 22 }, function(err, res) {
console.log("Document inséré !");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment