sequelize-typescript icon indicating copy to clipboard operation
sequelize-typescript copied to clipboard

Question: Any blog post explaining why someone should use this package instead of just using sequelize?

Open siddhsql opened this issue 1 year ago • 2 comments

I came across this package. Thanks for developing it. I was wondering if there is any blog post explaining why someone should use this package instead of just using sequelize?

siddhsql avatar Apr 08 '23 17:04 siddhsql

In sequelize v6 there are some features in sequelize-typescript that makes working with TypeScript easier. But it doesn't replace sequelize.

In sequelize v7 these features are part of sequelize itself so there is no need to use sequelize-typescript anymore.

WikiRik avatar Apr 08 '23 17:04 WikiRik

I came across this package. Thanks for developing it. I was wondering if there is any blog post explaining why someone should use this package instead of just using sequelize?

From my personal experience, it's been much easier to set things up using sequelize-typescript, and I've actually found decorators have made my development experience much easier.

therealbluepandabear avatar Apr 17 '23 04:04 therealbluepandabear