prisma edge compactible with lucia -auth with node postgres typescript error
I am having issue connect to adapter with prisma client
1 Reply
Have you added
driverAdapters
preview feature in your schema.prisma
file?
https://www.prisma.io/docs/orm/overview/databases/database-drivers#how-to-use-driver-adaptersDatabase drivers | Prisma Documentation
Learn how Prisma connects to your database using the built-in drivers and how you can use Prisma along with other JavaScript database drivers using driver adapters (Preview)