prisma-class-validator-generator
prisma-class-validator-generator copied to clipboard
Prisma 2+ generator to emit typescript models of your database with class validator
Please see the [contributing guidelines](https://github.com/omar-dulaimi/prisma-class-validator-generator/blob/master/CONTRIBUTING.md) for how to create and submit a high-quality PR for this repo. ### Description The existing helper function when output delivers typescript errors. This PR...
### Discussed in https://github.com/omar-dulaimi/prisma-class-validator-generator/discussions/3 Originally posted by **ErlanggaDewa** July 13, 2022 **There is an option to seperate between the relationship and the field??** I want to seperate StudentProfile **relationship** from...
## Problem I use Prisma in combination with NestJS. There, I use the swagger implementation which is also based on decorators. Currently, I would have to add the class-validator decorators...
### Bug description I use project node versions using nvm, and pnpm as package manager I have troubles if i try to generate the schemas while generator is installed locally...