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.

6 lines 313 B
import { type MigrationHistoryEntry, type MigrationMetadataFinished } from '@emigrate/types'; export declare const toMigrationMetadata: (entry: MigrationHistoryEntry, { cwd, directory }: { cwd: string; directory: string; }) => MigrationMetadataFinished; //# sourceMappingURL=to-migration-metadata.d.ts.map