Created
February 8, 2020 05:54
-
-
Save scwebd/c4f93a2cdb9b3f8cf5781e744333c8c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sequelize Model Definition: https://sequelize.org/master/manual/model-basics.html#model-definition | |
| Sequelize DataTypes: https://sequelize.org/master/manual/model-basics.html#data-types | |
| Sequelize ‘WHERE’ Clause: https://sequelize.org/master/manual/model-querying-basics.html#applying-where-clauses | |
| Sequelize Operators (greater than, less than, like, not like, contains, not, and, or, etc…): https://sequelize.org/master/variable/index.html#static-variable-Op | |
| Sequelize Querying Basics: https://sequelize.org/master/manual/model-querying-basics.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment