UNPKG

prisma-util

Version:

Prisma Util is an easy to use tool that merges multiple Prisma schema files, allows extending of models, resolves naming conflicts both manually and automatically and provides easy access to Prisma commands and timing reports. It's mostly a plug-and-play

12 lines (11 loc) 256 B
export default function getMappings(): { columnMappings: { [k: string]: Function; }; modelMappings: { [model: string]: { [column: string]: Function; }; }; }; export declare function getStaticTake(): any;