| 1234567 |
- import mysql from 'mysql2/promise';
- declare const getPool: () => mysql.Pool;
- export declare const executeQuery: (query: string, params?: any[]) => Promise<any>;
- export declare const testConnection: () => Promise<boolean>;
- export declare const closePool: () => Promise<void>;
- export default getPool;
- //# sourceMappingURL=connection.d.ts.map
|