Is `attachDatabasePool` needed if I am using Prisma Accelerate?
I have a NextJS app that's hosted on Vercel.
The app uses Prisma Postgres with Prisma Accelerate.
As far as I understand "Prisma Postgres provides built-in connection pooling by default, enabled by Prisma Accelerate. By using Prisma Postgres, you get the benefits of connection pooling without having to configure anything." https://www.prisma.io/docs/postgres/database/connection-pooling