It seems like a feature request could you create t...
# orm-help
j
It seems like a feature request could you create the issue on prisma repo?
d
Hi @Wlad Paiva and @Jarupong! You can use my utility CLI Prisma Util, which allows you to set the schema in the config file so you don't have to specify it everywhere. It's also a drop-in replacement, you just replace
npx prisma
with
npx prisma-util
, the commands are the same.
j
Oh Let me try this Thanks a lot @David Hancu