UNPKG

@joktec/mysql

Version:

JokTec - MySql Service

4 lines 241 B
import { SelectQueryBuilder } from 'typeorm'; export declare function printSql(query: string, parameters?: any[]): string; export declare function exportSql(builder: SelectQueryBuilder<any>): string; //# sourceMappingURL=mysql.utils.d.ts.map