Update README.md

pull/2/head
Louis Chatriot 9 years ago
parent 2e44b8154f
commit 38ea106457
  1. 4
      README.md

@ -577,6 +577,10 @@ db.remove({ system: 'solar' }, { multi: true }, function (err, numRemoved) {
// numRemoved = 3 // numRemoved = 3
// All planets from the solar system were removed // All planets from the solar system were removed
}); });
// Removing all documents with the 'match-all' query
db.remove({}, { multi: true }, function (err, numRemoved) {
});
``` ```
### Indexing ### Indexing

Loading…
Cancel
Save