Hi! The Prisma docs talk about connection manageme...
# orm-help
a
Hi! The Prisma docs talk about connection management and managing a connection pool. Is this necessary when using Pgbouncer with PostgreSQL? Another question: Prisma VS Code extension IntelliSense does not work when I use one instance of Prisma as the docs instruct, so when I import a Prisma instance and do
const foo = await prisma.table...
I don't get recommendations, only in the file where I created the Prisma instance. How do I get around this, and will it be fixed?