Skip to content

boguslavsky/nedb-to-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nedb-to-mongodb

Tool to migrate nedb database to mongoDB collection.

Installation

npm install

Usage

node ./index.js
    --host               (optional) mongoDB host. Default is: localhost
    --port               (optional) mongoDB port. Default is: 27017
    --db-name            name of mongoDB database
    --collection-name    name of mongoDB collection
    --db-path            path of nedb database

About

Transfer nedb database to mongoDB collection

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published