flexxnn / sequelize-auto-migrations

Migration generator && runner for sequelize
MIT License
259 stars 166 forks source link

NEW MAINTAINER - active fork, new repo name, & plans #90

Open matmar10 opened 3 years ago

matmar10 commented 3 years ago

What

Hello all (to anyone still actively using sequelize-auto-migrations). To all who have contributed PRs over the years - THANK YOU! Your PR is not in vain. Hence, we've created a fork that we're actively maintaining.

It's available here: https://github.com/matmar10/sequelize-lazy-migrations

The new npm name is sequelize-lazy-migrations and you can install it via that name:

npm install --save-dev sequelize-lazy-migrations

Plans

Why?

My company is still actively utilizing and relying on this library. Requests to add contributors have gone unanswered. Hence this was the best course of action.

bigLucas commented 2 years ago

@matmar10 did you check this fork: https://github.com/Scimonster/sequelize-auto-migrations?

FYI this other fork has some other features that your fork does not have.

matmar10 commented 2 years ago

Thanks @bigLucas! Are you using the features in that fork? We could merge them in at sequelize-lazy-migrations if so.

bigLucas commented 2 years ago

I'm trying to use the features for the first time because I'm kind of new to Sequelize (I was a TypeORM boy and now I'm trying to use sequelize in a new project at work).

I found that fork through this StackOverflow answer which has some PR links about why the owner of the fork has created it.

So I guess it could be useful for your purpose to know this other fork, and in my case perhaps I might go back to TypeORM.