UNPKG

pg-node-migrations

Version:

Based on the work on ThomWright's postgres migration package. Adds the ability to specify a schema and table name.

9 lines (8 loc) 189 B
export declare const loadMigrationFile: (filePath: string) => Promise<{ id: number; name: string; contents: string; fileName: string; hash: string; sql: string; }>;