Eco 🌤
DTDrizzle Team
•Created by Eco 🌤 on 10/14/2024 in #help
How to automatically run migration on NextJS start
5 replies
DTDrizzle Team
•Created by Eco 🌤 on 8/14/2024 in #help
can we have production migrations recommendations docs for drizzle?
2 replies
DTDrizzle Team
•Created by Eco 🌤 on 7/25/2024 in #help
separating relations to different file results in typescript issues
I have updated my config to this and just move the relations to relations.ts
It results in this kind of type error.
3 replies
DTDrizzle Team
•Created by Eco 🌤 on 7/6/2024 in #help
Is it possible to return has many relationship load to return a single object instead of an array.
output
desired output
2 replies
DTDrizzle Team
•Created by Eco 🌤 on 5/26/2024 in #help
How to properly infer type or add typings of a returned model with relationship in a component props
getCart.tsx
page.tsx
cart-summary.tsx
6 replies