UNPKG

@n8n/typeorm

Version:

Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports PostgreSQL and SQLite databases.

13 lines (11 loc) 567 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DatabaseConnectionLeaseAlreadyReleasedError = void 0; const TypeORMError_1 = require("./TypeORMError"); class DatabaseConnectionLeaseAlreadyReleasedError extends TypeORMError_1.TypeORMError { constructor() { super(`Database connection lease already released. Cannot run queries anymore.`); } } exports.DatabaseConnectionLeaseAlreadyReleasedError = DatabaseConnectionLeaseAlreadyReleasedError; //# sourceMappingURL=DatabaseConnectionLeaseAlreadyReleasedError.js.map