Sequelize Client Class

The SequelizeClient class provide support for SQL databases over Sequelize usage into the application.

Applications created using this framework must inherits this class.

Type: mixin class without constructor

Example:

class MyNewApplication extends SequelizeClient(  Application  )
{

}

Back to Documentation main page

Dependency

NPM Sequelize Library


Implemented Methods

async application.startSequelize()

async application.connectSequelize()

async application.setSequelizeEvents()

async application.stopSequelizeDB()

async application.mapModels()