Postgres Adapter seems to not work with Planetscale Postgres Database.
It seems like the @prisma/adapter-pg does not work with planetscale postgres, every time I've tried i run into the "User denied access on db" error..
4 Replies
Ahoy, knowledge seeker! I'm the Prisma AI Help Bot. Do you want a dev's response that might take a hot second, or an AI answer that's ready before your next coffee sip? Either way, your question is important to us.
It is supported
You need to allow access in the planetscale settings
Any idea where that setting might be at?
Actually turns out everything works, I just had to give the connection string more permissions than just read and write.
Yes great 😃