sequelize-typescript
sequelize-typescript copied to clipboard
Question: Any blog post explaining why someone should use this package instead of just using sequelize?
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?
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.
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.