Oleg Rudak
02/08/2022, 10:16 AMnikolasburk
PrismaClient
instance and manages the TCP connection to the DB: PrismaClient <-http-> Data Proxy <-tcp-> DB
. Oleg Rudak
02/08/2022, 11:06 AMnikolasburk
For example establish one more connection to db and do what I want?Yes, I’d say that this is always an option but in that case the connection won’t go through the Data Proxy any more since that only works with Prisma Client.