Pooled connection TS error with PrismaNeon
I'm using the Neon Serverless driver with Prisma, but have a TS issue I'm not sure how to address. I tried extending the object type to add a "flavour" but that failed.
I'm following this documentation:
The error I get is
"Property 'flavour' is missing in type 'PrismaNeon' but required in type 'DriverAdapter'.ts(2741)"
I'm following this documentation:
The error I get is
"Property 'flavour' is missing in type 'PrismaNeon' but required in type 'DriverAdapter'.ts(2741)"

