Configuration Configuration You can also influence the way Sequelize handles your column names: class Bar extends Model {} Bar . init ({ /* bla */ }, { ...
Database synchronization Database synchronization When starting a new project you won't have a database structure and using Sequelize you won't need to. Just specify your model...
Replacements Bind Parameter As there are often use cases in which it is just easier to execute raw / already prepared SQL queries, you can utilize the function sequelize.query ...
Import Import You can also store your model definitions in a single file using the import method. The returned object is exactly the same as defined in the imported file's fun...
Upgrade to V4 Changelog Breaking Changes Node General Config / Options Data Types Transactions / CLS Raw Queries Others Upgrade to V4 Sequelize v4 is the current relea...