Deniz
Deniz
DTDrizzle Team
Created by RickRyan26 on 11/27/2024 in #help
Drizzle-zod combined with regular zod? 🙃
Hey, I am facing the same issue. Did you find a solution?
4 replies
DTDrizzle Team
Created by tcurdt on 1/7/2025 in #help
DB and Transaction types
I figured it out on my own!
type DB = NodePgDatabase<Schema>;
type Transaction = NodePgTransaction<
Schema,
ExtractTablesWithRelations<Schema>
>;
type DB = NodePgDatabase<Schema>;
type Transaction = NodePgTransaction<
Schema,
ExtractTablesWithRelations<Schema>
>;
This worked for me.
28 replies
DTDrizzle Team
Created by tcurdt on 1/7/2025 in #help
DB and Transaction types
How does this work with node-postgres?
28 replies
SSolidJS
Created by Luka on 6/4/2024 in #support
FileRoutes layout
for tsx, what is the correct type for the props of the layout?
18 replies
TTCTheo's Typesafe Cult
Created by TerjaN on 5/13/2024 in #questions
UTApi (Server SDK) - getFileUrls with keyType equals "customId"
if only i knew earlier!
4 replies