0.1.3 • Published 5 years ago

mongo-migrant v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Mongo Migrant

Perform mongoDb migrations easily

npm.io

Getting Started

Installing

Install node dependecies required

npm install mongo-migrant --save

Inorder to use the command line tools you have to install mongo-migrant globally

npm install mongo-migrant -g

Usage

const Migrant = require('mongo-migrant')

const context = new Migrant({
    /** Database uri your migrating from  **/
    up: process.env.UP,
    /** Database uri our migrating to **/
    down: process.env.DOWN
})

/** performs database migration **/
context.migrate()

CLI Usage

Displays current version of mongo-migrant

mongo-migrant --version

Displays command line usage / docs

mongo-migrant --help

Performs mongo database migration

mongo-migrant --up='database_uri_your_migrating_from' --down='database_uri_your_migrating_to'

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • oclif
  • mongoClient
0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

1.0.0

5 years ago