UNPKG

prisma-migration-migrator

Version:

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

5 lines (4 loc) 138 B
/*** * Find a knexfile-like in the project directory */ export declare function findKnexfile(baseDir?: string): Promise<string | null>;