n8
Explore posts from serversPPrisma
•Created by n8 on 6/21/2024 in #help-and-questions
Can't start prisma studio
Hi! After updating Prisma, I've just noticed that I cannot launch Prisma studio. I'm using LibSQL and the libsql adapter. I'm on versions 5.15.1 for prisma, @prisma/client, and @prisma/adapter-libsql, and when running
bun x prisma studio
, there is no console output. Thanks for any help!4 replies
PPrisma
•Created by n8 on 5/22/2024 in #help-and-questions
Using createManyAndReturn
Hi! I'm using Prisma with SQLite, and the LibSQL adapter, and I've just updated to the latest version. I see in the docs that I should have access to
createManyAndReturn
since I am using SQLite, but it does not appear to be an option in my editor. Would the LibSQL adapter prevent me from being able to use it?6 replies