sequelize / express-example

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

Update example to use sequelize v4 #67

Closed janmeier closed 4 years ago

rolele commented 7 years ago

It would be great because of the breaking changes from v3 to v4. Many comments on the internet does not work anymore with the current version of sequelize.

randomor commented 7 years ago

As a first time user of Sequelize.js, I do find the v4 documentation very lacking on the ES6 part. The main repo issue https://github.com/sequelize/sequelize/issues/6524 was often referred as documentation while it reads as a proposal. There are several questions a new user has to answer:

Since this repo is linked by the main repo, I think it will be very helpful if someone who has successfully used ES6 and V4 to redo this example.

n-davis commented 7 years ago

Up vote.

shaishab commented 7 years ago

I have created a project using Express and Sequelize v4 and used PostgreSQL as database. The project link

https://github.com/shaishab/sequelize-express-example

ShGKme commented 6 years ago

Sequelize 5 is coming, but there is no express example for sequelize 4?

tvl83 commented 5 years ago

I came here for an example of v5 and it's for 3x. Very disappointing that it's linked from docs and not updated. :(

papb commented 4 years ago

Modern example created with Sequelize v6, finally :tada: