MCPcopy
hub / github.com/sequelize/sequelize / beforeConnect

Method beforeConnect

src/hooks.d.ts:78–78  ·  view source on GitHub ↗
(config: DeepWriteable<Config>)

Source from the content-addressed store, hash-verified

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;

Callers 3

sequelize.tsFile · 0.80
hooks.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected