UNPKG

@emigrate/cli

Version:

Emigrate is a tool for managing database migrations. It is designed to be simple yet support advanced setups, modular and extensible.

4 lines 262 B
import { type MigrationMetadata } from '@emigrate/types'; export type GetMigrationsFunction = typeof getMigrations; export declare const getMigrations: (cwd: string, directory: string) => Promise<MigrationMetadata[]>; //# sourceMappingURL=get-migrations.d.ts.map