UNPKG

@n8n/typeorm

Version:

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

8 lines (7 loc) 197 B
import { TypeORMError } from "./TypeORMError"; /** * Thrown if the driver has already been released */ export declare class DriverAlreadyReleasedError extends TypeORMError { constructor(); }