sequelize / express-example

A proposal for the usage of Sequelize within an Express.JS application.
MIT License
2.5k stars 770 forks source link

Update this repo #98

Closed IgorSzymanski closed 4 years ago

IgorSzymanski commented 4 years ago

The current implementation in this repository could be improved to enable better intellisense based on TypeScript, especially the sequelize.import usage in this file:

https://github.com/sequelize/express-example/blob/master/models/index.js

remjx commented 4 years ago

Perhaps you can recommend a better way of doing it (or create new PR / repo). I'm using it and it works fine. Not everyone using Sequelize is using TypeScript.

papb commented 4 years ago

Hello, this repository is indeed quite outdated, I agree with that. I will see what I can do.

papb commented 4 years ago

99