I have two projects (Site and a Discord Bot). What...
# orm-help
s
I have two projects (Site and a Discord Bot). What is the best way to use Prisma across both? I'm just starting work on my site so all of my migrations and schema etc are on the bot codebase
r
You can share PrismClient across projects. A user has written this post that you might want to check out: https://isidoro-ferreiro.medium.com/share-your-prisma-client-across-projects-44d1c7aca6fd
s
❤️