Goomeo / hapi-mongo-migration

Hapi migration plugin for mongoDB. Use the mongodb-migrations module : https://github.com/emirotin/mongodb-migrations
Apache License 2.0
0 stars 0 forks source link

What Problem does this package solve? #1

Open prionkor opened 6 years ago

prionkor commented 6 years ago

Hello,

What problem does this package solve? I am new to hapi & mongodb as well. Using https://github.com/emirotin/mongodb-migrations I can create migration by command line.

Stumbled upon this package and also read its doc. Wondering Do I need to use this? Could you please give more info?

Vivremotion commented 5 years ago

The package allows you to use mongodb-migration from the inside of your projects (ie automatically at start of the server) in a hapi way (by registering a plugin).

But it is not maintained.