pedro77
Explore posts from serversDTDrizzle Team
•Created by pedro77 on 8/26/2024 in #help
Prisma MySql Integration returns wrong keys in queries
Output
Keys get worse when using complex sql`` operator calls
This makes unusable drizzle for me, I don't know how to get rid of the too many connnections problem when gradually adopting drizzle, I need some advise.🙏
Github issue here:
https://github.com/drizzle-team/drizzle-orm/issues/2848
1 replies
DTDrizzle Team
•Created by pedro77 on 7/23/2024 in #help
Is it possible to have a common transaction between prisma and drizzle?
I want to use drizzle and prisma within the same transaction.
1 replies
DTDrizzle Team
•Created by pedro77 on 5/24/2024 in #help
sql.raw() does not get columns from Table object
1 replies
DTDrizzle Team
•Created by pedro77 on 12/19/2023 in #help
Can I use drizzle + mysql2 driver + middleware.ts (next.js)?
Is this combo possible? Is it edge compatible?
4 replies
DTDrizzle Team
•Created by pedro77 on 6/6/2023 in #help
Top-level await is not available in the configured target environment ("node14")
Full description here: https://github.com/drizzle-team/drizzle-orm/issues/721
Is there a way to work around this?
6 replies
DTDrizzle Team
•Created by pedro77 on 6/5/2023 in #help
Nullable self-reference table relation
My schema
Index.ts
I haven't put a
.notNull()
anywhere10 replies
TTCTheo's Typesafe Cult
•Created by pedro77 on 5/8/2023 in #questions
Revalidate prisma query in `page.ts` RSC
I'm getting the same data every time I visit this route.
Is there a way to revalidate prisma queries in a RSC?
46 replies