francel
Explore posts from serversDTDrizzle 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