UNPKG

242 BTypeScriptView Raw
1declare interface IParamsExecuteSqlFile {
2 filepath: string;
3}
4export declare function executeSqlFile(params: IParamsExecuteSqlFile, pool: any): Promise<any>;
5export declare function createConnection(config: any): Promise<any>;
6export {};