francel
francel
Explore posts from servers
PPrisma
Created by francel on 7/7/2024 in #help-and-questions
Can not deploy my backend api that use bun as runtime and prisma for database to my vps server using
No description
2 replies
PPrisma
Created by francel on 6/1/2024 in #help-and-questions
prisma.transaction.findMany() not working
i have a transactions table in my database and transaction model. when i use prisma.transaction.findMany() it not working.
3 replies
PPrisma
Created by francel on 3/23/2024 in #help-and-questions
Single table inheritance
How to use Single Table Inheritance with prisma ?
3 replies
DTDrizzle Team
Created by francel on 11/2/2023 in #help
Cannot read properties of undefined (reading 'referencedTable')
const result = await db.query.ads.findMany({ with: { owner: true, }, })
38 replies
DTDrizzle Team
Created by francel on 10/30/2023 in #help
yesterday, I tried to migrate from prisma to drizzle, but ultimately, I went back to prisma
yesterday, I tried to migrate from prisma to drizzle, but ultimately, I went back to prisma, because when I try to retrieve a list of things with its include relationships, it doesn't work.
2 replies