Hello! Prisma has very powerful TypeScript support...
# orm-help
a
Hello! Prisma has very powerful TypeScript support, and we’d like to incorporate that in old current codebase where we’re using native
pg
(postgres) library to query with SQLs. We still want to reuse the connections created by
pg
, without setting up new connections by Primsa client. I’m wondering if this is possible and if it’s so, how can we do that?
1
a
Hey @Anthony 👋, This is not possible, to my knowledge, the
PrismaClient
instance manages its own connections. You could open a feature request if this is something you would like to see in the future.