🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@neoxr/mex

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neoxr/mex

> Easy to use CLI program like Mongodb Tools to perform Mongo database backups and migrations.

latest
npmnpm
Version
1.0.2
Version published
Weekly downloads
1
-75%
Maintainers
1
Weekly downloads
 
Created
Source

Mex

Easy to use CLI program like Mongodb Tools to perform Mongo database backups and migrations.

Usage : mex <command> [option]

Commands :
  export  Export all collections from database
  import  Import backup files to new database

Options :
  --help, -h     Display help about this program
  --version, -v  Print version
  --uri          Set mongodb uri
  --db           Set database name
  --output       Set backup folder

Export

$ mex export --uri="mongodb+srv://localhost" --db="bot"

Import

$ mex import --uri="mongodb+srv://localhost" --db="bot"

Keywords

mongodb

FAQs

Package last updated on 25 Oct 2023

Did you know?

Socket

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.

Install

Related posts