UNPKG

@nestjs-mod/pg-flyway

Version:

PgFlyway - utility for working with database migrations (site: https://www.npmjs.com/package/pg-flyway, preview version only for Postgres)

7 lines (6 loc) 170 B
export declare class PgFlywayConfiguration { featureName?: string; migrationsFolder: string; pgFlywayHistoryTable?: string; nxProjectJsonFile?: string; }