Useful Sequelize Documentation Links
- Models
- Data types
- Validations
- Note that Sequelize expects the model to be singular, and uses a pluralizer module to determine what the pluralized model should be. If you're unsure what the pluralizer will output, use this handy app to see what the pluralized model will be. http://plural-test.herokuapp.com/
- Querying
- Configuration and Commands