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

4 lines (3 loc) 93 B
/** Abstract Creator that Model and Enum extend. */ export default class AbstractCreator { }