UNPKG

@minimaltech/node-infra

Version:

Minimal Technology NodeJS Infrastructure - Loopback 4 Framework

8 lines (7 loc) 302 B
import { BaseDataSource } from '../../base/datasources'; import { IPostgresOptions } from './types'; export declare class PostgresDataSource extends BaseDataSource { static dataSourceName: string; static readonly defaultConfig: IPostgresOptions; constructor(dsConfig?: IPostgresOptions); }