UNPKG

typeorm-extension

Version:

A library to create/drop database, simple seeding data sets, ...

7 lines (6 loc) 250 B
import { TypeormExtensionError } from './base'; export declare class DriverError extends TypeormExtensionError { constructor(message?: string); static undeterminable(): DriverError; static notSupported(driverName: string): DriverError; }