whats your preferred way of sharing a prisma clien...
# orm-help
g
whats your preferred way of sharing a prisma client in a monorepo with two different apps (api and ui)?
r
@gustav 👋 Creating a separate package for Prisma and sharing them among other monorepos should work.
👏 1
g
Do you have a tutorial covering this?