UNPKG

prisma-migration-migrator

Version:

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

5 lines (4 loc) 147 B
/** * Adds a script to project, that syncs the migrations history between Prisma and Knex */ export function migrationsScripts(): Promise<void>;