Prisma-Turso-db Error in Next.js project. Driver Adapter `@prisma/adapter-libsql`, based on `sqlite`, is not compatible with the provider `postgres`
An error occurs when i start development server trying to connect to the database using a combination of prisma and turso-db . I tried to do everything according to the official documentation https://docs.turso.tech/sdk/ts/orm/prisma
, but I still get an error.
I tried to change the provider in the schema.prisma to libsql and sqlite, that didnt help.
Prisma-Turso-db Error in Next.js project. Driver Adapter `@prisma/adapter-libsql`, based on `sqlite`, is not compatible with the provider `postgres`
An error occurs when i start development server trying to connect to the database using a combination of prisma and turso-db . I tried to do everything according to the official documentation https://docs.turso.tech/sdk/ts/orm/prisma
, but I still get an error.
I tried to change the provider in the schema.prisma to libsql and sqlite, that didnt help.
Prisma-Turso-db Error in Next.js project. Driver Adapter `@prisma/adapter-libsql`, based on `sqlite`, is not compatible with the provider `postgres`
An error occurs when i start development server trying to connect to the database using a combination of prisma and turso-db . I tried to do everything according to the official documentation https://docs.turso.tech/sdk/ts/orm/prisma
, but I still get an error.
I tried to change the provider in the schema.prisma to libsql and sqlite, that didnt help.