[Neon] [Driver Adapters] Do we need DIRECT_URL if using Driver Adapters?
So I have been migrating Planetscale DB to Neon and I was wondering if we need to provide DIRECT_URL for migrations when using Diriver Adapters? I could not find that information here: https://www.prisma.io/docs/orm/overview/databases/neon#how-to-use-neons-serverless-driver-with-prisma-orm-preview
I am checking "Pooled connection" check box when procuring the connection string.
Based on this, https://www.prisma.io/docs/orm/overview/databases/neon#how-to-use-neons-serverless-driver-with-prisma-orm-preview, when we needed to use pooling with PgBouncer, we needed to provide DIRECT_URL.
Also, as a side question, do we need to use
I am checking "Pooled connection" check box when procuring the connection string.
Based on this, https://www.prisma.io/docs/orm/overview/databases/neon#how-to-use-neons-serverless-driver-with-prisma-orm-preview, when we needed to use pooling with PgBouncer, we needed to provide DIRECT_URL.
Also, as a side question, do we need to use
relationMode = "prisma" with Neon?