P
Prisma8mo ago
daanish

prisma edge compactible with lucia -auth with node postgres typescript error

I am having issue connect to adapter with prisma client
No description
No description
1 Reply
Nurul
Nurul8mo ago
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-adapters
Database 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)

Did you find this page helpful?