We have a server template adding Prisma to the ser...
# orm-help
p
We have a server template adding Prisma to the server. It works fine so far. We now have another server extending this template without the need of models (just raw queries). While generating the Prisma client, it is complaining about not having at least one model. However, we would like to use Prisma here as well. Is there any way to generate the client without models? We don't want to add an exception (like using pg). Thanks :)
n
Hey there πŸ‘‹ that’s an interesting use case but I believe that this is not possible at the moment unfortunately! Would you mind opening a feature request (including a description of your use case πŸ™‚ ) so that our Product team can evaluate this? πŸ™Œ
p
Thx. And done πŸ™‚
πŸ™ 1