UNPKG

postgres-migrations

Version:

Stack Overflow style database migrations for PostgreSQL

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; }>;