tj / node-migrate

Abstract migration framework for node
MIT License
1.53k stars 221 forks source link

Added mongodb as custom state storage #162

Closed krishna-atkalikar closed 3 years ago

wesleytodd commented 4 years ago

Thanks for making those updates. I didn't notice this before, but can you make it follow the style enforced by the linter? Once it follows that, I will probably let it sit here for a bit to see if anyone with more mongo experience has opinions.

qqilihq commented 4 years ago

FYI: We've built something similar. It's available here and via NPM @nodepit/migrate-state-store-mongodb:

https://github.com/NodePit/node-migrate-state-store-mongodb

Feedback and contributions welcome.