Hey 🙂
I have a Typescript monorepo with many packages accessing the same DB - what is the best practice for it?
Having a separate package with the prisma client exported and just accessing it from all other packages?
Only exposing the types and not the client itself?
Ty