{"id":23670951,"url":"https://github.com/davidhancu/prisma-util","last_synced_at":"2025-06-12T12:38:34.850Z","repository":{"id":58527998,"uuid":"532334697","full_name":"DavidHancu/prisma-util","owner":"DavidHancu","description":"Merge multiple Prisma schema files, model inheritance, resolving name conflicts and timings reports, all in a simple tool.","archived":false,"fork":false,"pushed_at":"2023-03-17T22:50:38.000Z","size":390,"stargazers_count":41,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-28T00:30:34.419Z","etag":null,"topics":["cli","prisma","prisma-cli","prisma-extend","prisma-merge","prisma-timings","prisma-util","prisma-utility"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DavidHancu.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":"CONTRIBUTING.MD","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-03T17:52:59.000Z","updated_at":"2025-03-05T14:48:20.000Z","dependencies_parsed_at":"2023-02-09T05:01:42.968Z","dependency_job_id":null,"html_url":"https://github.com/DavidHancu/prisma-util","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/DavidHancu/prisma-util","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidHancu%2Fprisma-util","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidHancu%2Fprisma-util/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidHancu%2Fprisma-util/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidHancu%2Fprisma-util/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DavidHancu","download_url":"https://codeload.github.com/DavidHancu/prisma-util/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidHancu%2Fprisma-util/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259466589,"owners_count":22862339,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","prisma","prisma-cli","prisma-extend","prisma-merge","prisma-timings","prisma-util","prisma-utility"],"created_at":"2024-12-29T09:45:37.537Z","updated_at":"2025-06-12T12:38:34.828Z","avatar_url":"https://github.com/DavidHancu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003ePrisma Util\u003c/h1\u003e\n  \u003ca href=\"https://www.npmjs.com/package/prisma-util\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/prisma-util\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/DavidHancu/prisma-util/blob/main/CONTRIBUTING.MD\"\u003e\u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/DavidHancu/prisma-util/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/DavidHancu/prisma-util\" /\u003e\u003c/a\u003e\n  \u003cbr /\u003e\n  \u003cbr /\u003e\n  \u003ca href=\"#what-is-prisma-util\"\u003eWhat is Prisma Util?\u003c/a\u003e\n  \u003cspan\u003e\u0026nbsp;\u0026nbsp;•\u0026nbsp;\u0026nbsp;\u003c/span\u003e\n  \u003ca href=\"#how-to-use\"\u003eHow to use?\u003c/a\u003e\n  \u003cspan\u003e\u0026nbsp;\u0026nbsp;•\u0026nbsp;\u0026nbsp;\u003c/span\u003e\n  \u003ca href=\"#links\"\u003eLinks\u003c/a\u003e\n  \u003cspan\u003e\u0026nbsp;\u0026nbsp;•\u0026nbsp;\u0026nbsp;\u003c/span\u003e\n  \u003ca href=\"#support\"\u003eSupport\u003c/a\u003e\n  \n  \u003cbr /\u003e\n  \u003chr /\u003e\n\u003c/div\u003e\n\n## What is Prisma Util?\n\nPrisma 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.\n\n## How to Use?\n\n    npx prisma-util [options]\n\nThe 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`).\n\n## Links\n\nCheck out our API Documentation - [API Documentation](https://prisma-util.gitbook.io/prisma-util/api-documentation)\n\nGet Started with Prisma Util - [Getting Started](https://prisma-util.gitbook.io/prisma-util/guides/getting-started)\n\n## Support\n\n### Create a bug report for Prisma Util\n\nIf you see an error with Prisma Util, please create a bug report [here](https://github.com/DavidHancu/prisma-util/issues/new?assignees=\u0026labels=\u0026template=bug_report.md\u0026title=).\n\n### Submit a feature request\n\nIf 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=\u0026labels=\u0026template=feature_request.md\u0026title=).\n\n### Contributing\n\nRefer to our [contribution guidelines](https://github.com/DavidHancu/prisma-util/blob/main/CONTRIBUTING.MD) for information on how to contribute.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidhancu%2Fprisma-util","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidhancu%2Fprisma-util","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidhancu%2Fprisma-util/lists"}