dion
Explore posts from serversDTDrizzle Team
•Created by dion on 6/26/2024 in #help
Possible bug with nested query + reverse access
I have a pretty nested query.
It results in this error:
I can make the query work if i go one level down:
Or alternatively if i remove the reverse access: Hope you guys can assist me with this!
Or alternatively if i remove the reverse access: Hope you guys can assist me with this!
3 replies
DTDrizzle Team
•Created by dion on 3/15/2024 in #help
drizzle-zod not infering jsonb type properly
I have the following table
And i use drizzle-zod to do the following types:
I get this:
instead of this:
Does anybody know why and how to fix this?
2 replies
DTDrizzle Team
•Created by dion on 11/28/2023 in #help
Infering custom types
I am following the guide https://orm.drizzle.team/docs/custom-types#examples referenced here to create a custom JSONb schema. However, when i create an insert schema, the customtype field is of zod any
2 replies
DTDrizzle Team
•Created by dion on 9/26/2023 in #help
Class inheritance (Inherits keyword)
Is there anyway to easily replicate this behaviour in drizzle?
Inserting Data:
Querying Data:
This will return all rows from both student and staff tables.
7 replies