Interface Logging

Hierarchy

Properties

Properties

benchmark?: boolean

Pass query execution time in milliseconds as second argument to logging function (options.logging).

logging?: boolean | ((sql: string, timing?: number) => void)

A function that gets executed while running the query to log the sql.

Generated using TypeDoc