Add "Truncate collection" alongside "Rename collection" and "Drop collection" when I right-click a collection name
Add "Truncate collection" alongside "Rename collection" and "Drop collection" when I right-click a collection name.
Truncate delete all Docs from the collection
1
vote
dew
shared this idea
Thank you for your feedback! We added the “Clear collection” command to the popup menu in 3T MongoChef 1.9.1
-
Dear Dew,
Thank you for your feedback!
We added a new option to the popup menu called "Clear collection". When invoked, it will execute the db.collection.remove({}) on the selected collection.
Is this what you had in mind?