Prisma Util is an easy to use tool that merges multiple Prisma schema files, allows extending of models, resolves naming conflicts and provides easy access to Prisma commands and timing reports. It's mostly a plug-and-play replacement, with an easy configuration file.
npx prisma-util [options]
The Prisma Util is built on top of Prisma, and as such all arguments and commands are the same as the ones from the official documentation. The only additional parameter available is --config
and it allows you to change the path of the config file (default: prisma-util.config.mjs
).
Check out our API Documentation - API Documentation
Get Started with Prisma Util - Getting Started
If you see an error with Prisma Util, please create a bug report here.
If you want to see a new feature added to Prisma Util, please create an issue here.
Refer to our contribution guidelines for information on how to contribute.