MongoDB Restore Dump

JSON →
library 1.0.1 ·javascript
verified Jun 5, 2026

Simple Node.js library to restore MongoDB dumps from BSON files created by mongodump. Version 1.0.1 is the latest stable release (no update cadence documented). Key differentiator: programmatic API for restoring dumps (full dump, single database, or single collection) with optional collection cleaning before insertion. Compared to mongorestore CLI, this lib offers fine-grained control within Node.js scripts. Minor downloads and single maintainer.