UNPKG

@ticatec/mysql-common-library

Version:

MySQL database connection implementation for @ticatec/node-common-library framework with connection pooling and transaction support

8 lines (7 loc) 255 B
import { DBFactory } from '@ticatec/node-common-library'; /** * 初始化MySQL数据库工厂 * @param config MySQL连接配置对象 * @returns DBFactory MySQL数据库工厂实例 */ export declare const initializeMySQL: (config: any) => DBFactory;