
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
mongo-migra
Advanced tools
This small library works as friendly migration tool for mongodb databases. Supports replicas and transactions.
We use mongodb connector in order to create/delete/execute migrations scripts on mongodb databases. Each script receives the mongodb client and a session only when replicaSet is setup in order to support transactional operations.
We don't have a simple tool to migrate mongodb databases and this one keeps everything simple, we don't use anything else rather than the mongo connector.
npm i --save-dev mongo-migra or globally npm i -g mongo-migra
Once installed you can execute the command as a terminal command.
Command Syntax:
mongo-migra config=<optional> action=<create/delete/init/status/up/down/compile> <parameters:name=value>
Here are a list of available commands:
mongo-migra action=create name=<some name>: creates a new migration inside the configured migration folder.mongo-migra action=delete name=<some name>: deletes the migration from the configured migration folder.mongo-migra action=down amount=<optional>: executes a down operation on the latest amount of executed migrations (by default is only the latest one).mongo-migra action=up: executes an up operation to migrate up all the pending migrations.mongo-migra action=status: shows the migrations status on the db.mongo-migra action=init: generates the initial configuration in order to use this program.mongo-migra action=compile: transpiles the typescript code into javascript to be available when you execute other actions like up.mongo-migra action=cleanup folders=<comaseparatedpaths>: cleanup folders from js transpiled files.config can be set with a custom file path in order to load a different configuration.verbose to output the configuration used by the migrator.You can always use mongo-migra --help in order to see the available commands help.
FAQs
This project it's a migration tool for mongodb databases
The npm package mongo-migra receives a total of 3 weekly downloads. As such, mongo-migra popularity was classified as not popular.
We found that mongo-migra demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.