(config: DeepWriteable<Config>)
| 76 | beforeInit(config: Config, options: Options): void; |
| 77 | afterInit(sequelize: Sequelize): void; |
| 78 | beforeConnect(config: DeepWriteable<Config>): HookReturn; |
| 79 | afterConnect(connection: unknown, config: Config): HookReturn; |
| 80 | beforePoolAcquire(config: GetConnectionOptions): HookReturn; |
| 81 | afterPoolAcquire(connection: Connection, config: GetConnectionOptions): HookReturn; |
no outgoing calls
no test coverage detected