UNPKG

typeorm-extension

Version:

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

4 lines (3 loc) 202 B
import type { DataSource } from 'typeorm'; import type { DataSourceFindOptions } from './type'; export declare function findDataSource(context?: DataSourceFindOptions): Promise<DataSource | undefined>;