Documentation
    Preparing search index...

    Interface StaticSequelizeHooks

    interface StaticSequelizeHooks {
        afterInit(sequelize: Sequelize): void;
        beforeInit(options: Options<AbstractDialect<object, object>>): void;
    }
    Index
    • A hook that is run at the end of the creation of a Sequelize instance.

      Parameters

      Returns void

    • A hook that is run at the beginning of the creation of a Sequelize instance.

      Parameters

      Returns void