balmasi / migrate-mongoose

A node based migration framework for mongoose supporting ES6 migrations
MIT License
264 stars 84 forks source link

Is this repo still maintained? #62

Open wottpal opened 4 years ago

wottpal commented 4 years ago

Heyho, I'm looking for a nice migration-tool for my mongo/mongoose project and found this one. It looks really promising but on the other hand there are dozens of long existing issues which (in many cases) are one-line-fixes but still persisting. So I'm wondering if it's safe to bet on this project also in the future?

Would be glad to hear from you @balmasi 🙂

wottpal commented 4 years ago

Did you have time to think about it @balmasi? 🙂

hazz1925 commented 4 years ago

I guess its time to move on

Glideh commented 3 years ago

Not sure it's the correct location to do that but can anyone suggest alternatives ? I saw these:

hazz1925 commented 3 years ago

@Glideh I am using https://www.npmjs.com/package/mongo-migrate-ts. Its the typescript version of migrate-mongo. Works well for me as of now.