UNPKG

prisma-migration-migrator

Version:

Replace Prisma as the migration engine with Knex, while keeping it as ORM

9 lines (8 loc) 326 B
import type { MigratorParameters } from './migrator/types.js'; import { migrator } from './migrator/index.js'; export declare function executeMigrationWorkflow({ skipCheck, prismaFolderPath, }: { skipCheck: boolean; prismaFolderPath: string; }): Promise<void>; export type { MigratorParameters }; export { migrator };