UNPKG

prisma-migration-migrator

Version:

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

4 lines (3 loc) 110 B
export function checkIfSetupIsNeeded({ prismaFolderPath }: { prismaFolderPath: any; }): Promise<boolean>;