roobr
Explore posts from serversPPrisma
•Created by Anonymous on 3/28/2024 in #help-and-questions
multiSchema variable
I am trying to do
11 replies
PPrisma
•Created by Anonymous on 3/28/2024 in #help-and-questions
multiSchema variable
I am trying to do const authUsers = await prisma.auth.user.findMany()
// Query the user table in the public schema
const publicUsers = await prisma.public.user.findMany()
11 replies
PPrisma
•Created by Anonymous on 3/28/2024 in #help-and-questions
multiSchema variable
Hello, It looks like this is a preview feature but I cant seem to get it working, any pointers? I have enabled it in my prisma.schema but the client wont let me access seperate schemas, it looks like the prisma db pull just renames if there is a clash
11 replies
PPrisma
•Created by roobr on 5/27/2024 in #help-and-questions
Nuxt 3 - Prisma building production
I have created one, see https://github.com/oven-sh/bun/issues/11390
22 replies
PPrisma
•Created by roobr on 5/27/2024 in #help-and-questions
Nuxt 3 - Prisma building production
Definitely a bun related issue, reverted to pnpm and works fine
22 replies
PPrisma
•Created by roobr on 5/27/2024 in #help-and-questions
Nuxt 3 - Prisma building production
I have it running on 1.0.18 but now it doesnt panic it just does
frontend-1 exited with code 0
22 replies
PPrisma
•Created by roobr on 5/27/2024 in #help-and-questions
Nuxt 3 - Prisma building production
actually seems like bun is still the old version there
22 replies
PPrisma
•Created by roobr on 5/27/2024 in #help-and-questions
Nuxt 3 - Prisma building production
Unfortunately still crashes
22 replies
PPrisma
•Created by roobr on 5/27/2024 in #help-and-questions
Nuxt 3 - Prisma building production
Do you know how to force this?
22 replies