nestjsx / crud

NestJs CRUD for RESTful APIs
https://github.com/nestjsx/crud/wiki
MIT License
4.09k stars 541 forks source link

Sequelize CRUD Package #330

Open cjancsar opened 4 years ago

cjancsar commented 4 years ago

Nest docs say:

So far, @nestjsx/crud only supports TypeORM, but other ORMs like Sequelize and Mongoose will be included in the near future.

Where is the progress currently at for Sequelize? Is there any effort so far, or a branch that I could review? My org has been working with Sequelize in our application and we are beginning to work with NestJs. I would like to help contribute to progress on the Sequelize integration. Please let me know where to start and I will help!

cjancsar commented 4 years ago

Ah, I see https://github.com/nestjsx/crud/pull/274.

What work still needs to be done on that PR?

michaelyali commented 4 years ago

it will be added in the next major version 5.0.0

cjancsar commented 4 years ago

Nice, anything I can do to help on preparing version release?

zhaotoday commented 4 years ago

@zMotivat0r when will v5.0.0 be released?