prisma-migration-migrator
Version:
Replace Prisma as the migration engine with Knex, while keeping it as ORM
24 lines (23 loc) • 605 B
text/typescript
export function packageJsonScriptUpdate({ name, script, ignoreIfExists, }: {
name: any;
script: any;
ignoreIfExists: any;
}): Promise<void>;
export namespace packageJsonShortcutScripts {
namespace generate {
let name: string;
let script: string;
}
namespace sync {
let name_1: string;
export { name_1 as name };
let script_1: string;
export { script_1 as script };
}
namespace apply {
let name_2: string;
export { name_2 as name };
let script_2: string;
export { script_2 as script };
}
}