migration-preview
v0.1.0
Published
migration-preview — Preview Mongo schema migration impact before applying changes.
Maintainers
Readme
migration-preview
Topics: mongodb · migration · schema · mern-packages · merndev · nodejs · npm-pm · typescript
Show how a schema change affects data before you run the migration.
Install
npm install migration-previewAPI
import { migrationPreview } from "migration-preview";
migrationPreview.run({ collection: "users", affected: 50_000 });License
MIT
