UNPKG

slim-node-mysql

Version:

MySQL database class to abstract pooling and prepared statements

10 lines 349 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConnectionStringParseError = void 0; class ConnectionStringParseError extends Error { constructor(message) { super(message); } } exports.ConnectionStringParseError = ConnectionStringParseError; //# sourceMappingURL=ConnectionStringParseError.js.map