UNPKG

@pardnchiu/mysql-pool

Version:

A MySQL connection pool solution designed specifically for Node.js, featuring intuitive chaining syntax that integrates query builder capabilities with read-write separation.

11 lines 434 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.MySQLPool = void 0; const MySQLPool_1 = __importDefault(require("./MySQLPool")); exports.MySQLPool = MySQLPool_1.default; // 預設匯出 exports.default = MySQLPool_1.default; //# sourceMappingURL=index.js.map