SqlLoggingFunction type

A sequelize logging callback: the SQL, and the timing when benchmarking is on.

Signature:

export type SqlLoggingFunction = (sql: string, time?: number) => void;

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.