NextJS, Sequelize & Typescript #184933
Replies: 1 comment
-
|
Sequelize doesn't generate TypeScript models automatically out of the box, but there are a couple of well-established ways to handle this cleanly. A common approach is to use " Both approaches work well; the choice mostly depends on whether you prefer code-first ( |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Body
How can one configure a NextJS project using Sequelize to automatically create Typescript files, i.e. for models?
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions