unable to query the database with the SQLite libsql adapter
Hey folks I'm using SQLite as my preferred choice for the database during the development I will replace it with Turso in production so I installed following dependencies
@libsql/client
@prisma/adapter-libsql
and changed my code db
export code from this
to this
and also enabled the previewFeatures: ["driverAdapter"]
in the prisma schema now I can't query my database0 Replies