Hi, is there a way to prefix at generation time th...
# orm-help
o
Hi, is there a way to prefix at generation time the @prisma/client model names with e.g. a
Db
so it’s clear that the queried object is of type e.g. DbUser and not the any other mapping in the code? Just wasted 2 hours debugging an obscure issue to find out I forgot to map the database type to the requested type since they have the same name 🤦‍♂️
😅 1
prisma cool 1