jafar3599
DTDrizzle Team
•Created by jafar3599 on 4/6/2025 in #help
How can I select array of users and their related projects (many) as array?
Imagine I have these schemas:
How can I select all users, and their related projects?
1 replies
DTDrizzle Team
•Created by jafar3599 on 12/18/2024 in #help
Drizzle always says data exists even tho it can be undefined in ts.
This is my service.
Then i use it like this:
If i hover over
renter
it gives the data type without undefined
being a possibility.
This causes for me to forget to check if the data exists or not because linter does not warn.
I think im doing something wrong would like your help7 replies