Dialect-Specific Things Underlying Connector Libraries MySQL MariaDB SQLite PostgreSQL MSSQL MSSQL Domain Account Data type: TIMESTAMP WITHOUT TIME ZONE - PostgreSQL only D...
Model Querying - Basics Simple INSERT queries Simple SELECT queries Specifying attributes for SELECT queries Applying WHERE clauses The basics Operators Shorthand syntax for Op...
Isolation levels Isolation levels The possible isolations levels to use when starting a transaction: Sequelize . Transaction . ISOLATION_LEVELS . READ_UNCOMMITTED // "READ UN...
Raw Queries “Dotted” attributes and the nest option Replacements Bind Parameter Raw Queries As there are often use cases in which it is just easier to execute raw / already...
Working with legacy tables Tables Fields Primary keys Foreign keys Working with legacy tables While out of the box Sequelize will seem a bit opinionated it's trivial to bot...
Tables Fields Primary keys Foreign keys While out of the box Sequelize will seem a bit opinionated it's trivial to both legacy and forward proof your application by defining ...