Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidhancu/prisma-util

Merge multiple Prisma schema files, model inheritance, resolving name conflicts and timings reports, all in a simple tool.
https://github.com/davidhancu/prisma-util

cli prisma prisma-cli prisma-extend prisma-merge prisma-timings prisma-util prisma-utility

Last synced: 7 days ago
JSON representation

Merge multiple Prisma schema files, model inheritance, resolving name conflicts and timings reports, all in a simple tool.

Awesome Lists containing this project

README

        


Prisma Util









What is Prisma Util?
  •  
How to use?
  •  
Links
  •  
Support





## 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 configuration 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](https://www.prisma.io/docs/reference/api-reference/command-reference). 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](https://prisma-util.gitbook.io/prisma-util/api-documentation)

Get Started with Prisma Util - [Getting Started](https://prisma-util.gitbook.io/prisma-util/guides/getting-started)

## Support

### Create a bug report for Prisma Util

If you see an error with Prisma Util, please create a bug report [here](https://github.com/DavidHancu/prisma-util/issues/new?assignees=&labels=&template=bug_report.md&title=).

### Submit a feature request

If you want to see a new feature added to Prisma Util, please create an issue [here](https://github.com/DavidHancu/prisma-util/issues/new?assignees=&labels=&template=feature_request.md&title=).

### Contributing

Refer to our [contribution guidelines](https://github.com/DavidHancu/prisma-util/blob/main/CONTRIBUTING.MD) for information on how to contribute.