For people who use Joi for validation, you're goin...
# random
o
For people who use Joi for validation, you're going to love this! I built a new Prisma generator that allows you to automatically generate full Joi schemas from your Prisma schema! It also updates every time you run
npx prisma generate
So it's really useful, and gonna save you a lot of time when building APIs and other stuff. Check it out here:
<https://www.npmjs.com/package/prisma-joi-generator>