prisma-util
v2.1.1
Published
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
Downloads
61
Maintainers
Readme
What is Prisma Util?
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 confirguration file.
How to Use?
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
).
Links
Check out our API Documentation - API Documentation
Get Started with Prisma Util - Getting Started
Support
Create a bug report for Prisma Util
If you see an error with Prisma Util, please create a bug report here.
Submit a feature request
If you want to see a new feature added to Prisma Util, please create an issue here.
Contributing
Refer to our contribution guidelines for information on how to contribute.