Database adapters Memory/Filesystem SQL NoSQL Database adapters Feathers database adapters are modules that provide services that implement standard CRUD functionality for...
Data retrieval / Finders find - Search for one specific element in the database findOrCreate - Search for a specific element or create it if not available findAndCountAll - Searc...
A Note About Transactions Internal Transactions A Note About Transactions Note that many model operations in Sequelize allow you to specify a transaction in the options parame...
Scopes Definition Usage Merging Merging includes Scopes Scopes are used to help you reuse code. You can define commonly used queries, specifying options such as where , inc...
Deferrable Deferrable When you specify a foreign key column it is optionally possible to declare the deferrabletype in PostgreSQL. The following options are available: // Defe...