Skip to content

Files

Latest commit

author
Stas Makarov
Sep 24, 2019
4fb66b1 · Sep 24, 2019

History

History
9 lines (4 loc) · 147 Bytes

mongo-main.org

File metadata and controls

9 lines (4 loc) · 147 Bytes

Mongo

Drop every database

mongo –quiet –eval ‘db.getMongo().getDBNames().forEach(function(i){db.getSiblingDB(i).dropDatabase()})’