Read replication Read replication Sequelize supports read replication, i.e. having multiple servers that you can connect to when you want to do a SELECT query. When you do read...
Class Transaction TYPES ISOLATION_LEVELS LOCK commit() -> Promise rollback() -> Promise Class Transaction View code The transaction object is used to identify a runn...
Basic usage Options Read replication Dialects MySQL SQLite PostgreSQL MSSQL Executing raw SQL queries Basic usage To get the ball rollin' you first have to create an in...