sequelize / sequelize-auto

Automatically generate bare sequelize models from your database.
2.9k stars 527 forks source link

Project Being Maintained? #345

Closed devspacenine closed 4 years ago

devspacenine commented 5 years ago

Is this project still being maintained? Seems there are a lot of pull requests and issues that have not been addressed or don't even have a response.

davidadas commented 5 years ago

Yeah, I think they've moved on honestly.

selected-pixel-jameson commented 5 years ago

Would be really nice to get an answer on this at least. Having this is a huge time saver for me.

mvoorberg commented 5 years ago

Looked at the forks. It seems everyone and his dog has a fork of this for their own purposes - but none with any real improvements or commits. There's a few good fixes in PR's here that should be accepted...

ALiangLiang commented 5 years ago

@durango

papb commented 5 years ago

@sushantdhiman Do you have any info on this? Thanks :)

tiagomsmagalhaes commented 5 years ago

So this is pretty much dead?

selected-pixel-jameson commented 5 years ago

Ok. So based on lack of response does anyone know of a library that is similar but still maintained?

martywins commented 5 years ago

At the very least @durango should take the time to hand this over to a new owner who is willing to maintain

On Sun, 14 Apr 2019 at 12:34 am, selected-pixel-jameson < notifications@github.com> wrote:

Ok. So based on lack of response does anyone know of a library that is similar but still maintained?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sequelize/sequelize-auto/issues/345#issuecomment-482814268, or mute the thread https://github.com/notifications/unsubscribe-auth/ACAUTRUASDAIG5WQ7AE4JWLPQHVN3ANCNFSM4GWF4T3A .

mvoorberg commented 5 years ago

If you email him he'll reply, but I'd recommend you spend some time looking at it before you choose to step up. I started there and rewrote most of it for my own project ( https://github.com/transomjs/transom-sequelize ) because it's two major versions behind and the code needs some major cleanup.

bburns commented 4 years ago

Ok. So based on lack of response does anyone know of a library that is similar but still maintained?

See the Sequelize docs for some alternatives - sequelizer worked for me -

https://sequelize.org/master/manual/resources.html

Auto Code Generation & Scaffolding

steveschmitt commented 4 years ago

Sorry about the lack of response. I've recently been added as a maintainer and am moving it forward.

Just released sequelize-auto@0.5.1, which supports latest sequelize and dialect libraries.