UNPKG

@adonisjs/lucid

Version:

SQL ORM built on top of Active Record pattern

6 lines (5 loc) 160 B
import { DbQueryEventNode } from '../types/database.js'; /** * Pretty print queries */ export declare function prettyPrint(queryLog: DbQueryEventNode): void;