SqlLoggingFunction type
A sequelize logging callback: the SQL, and the timing when benchmarking is on.
Signature:
export type SqlLoggingFunction = (sql: string, time?: number) => void;
A sequelize logging callback: the SQL, and the timing when benchmarking is on.
Signature:
export type SqlLoggingFunction = (sql: string, time?: number) => void;