Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

WeConnectArchive/sequelize-troubleshooting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sequelize-troubleshooting

Minimal reproduction of a problem with Sequelize

See the stackoverflow question for more information the specific problem reproduced in this repo.

Get started

  • Install Postgres
  • Launch Postgres
  • Create a database called troubleshooting (or any other name, but don't forget to use that same name in the config)
  • You might also need to change username and password for the database in the config
  • clone this repo
  • npm install
  • npm start

That last step will first run the migrations, and then attempt to perform the query I am having troubles with. If the query successfully returns with a list of 0 rows, then my problem is solved. That is the challenge. I've tried a lot of different things, but I can't get the query to behave as expected..

About

Minimal reproduction of a problem with Sequelize

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published