Skip to content

Instantly share code, notes, and snippets.

@NielsMinssen
Created May 12, 2023 13:22
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/b101430d78da1f2c7b18b446fe75be74 to your computer and use it in GitHub Desktop.
Save NielsMinssen/b101430d78da1f2c7b18b446fe75be74 to your computer and use it in GitHub Desktop.
const collection = db.collection('ma_collection');
collection.find({}).toArray(function(err, docs) {
console.log("Résultat de la recherche : ");
console.log(docs);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment