finn
DTDrizzle Team
•Created by finn on 6/23/2023 in #help
different `where` but same return type for relational queries?
what's the best way to approach it when i have a fair few relational queries that have different where: clauses, but are otherwise the same (or extremely similar)?
11 replies
DTDrizzle Team
•Created by finn on 6/20/2023 in #help
`where` within `where`? confused about complex query
how can i select
posts
that contain a userItems
with assetId = {X}
?13 replies
DTDrizzle Team
•Created by finn on 6/19/2023 in #help
types from nested relational queries
wondering what the type of
user
is?
1 replies
DTDrizzle Team
•Created by finn on 6/19/2023 in #help
Composite Primary Key from Foreign Keys
Error:
Failed to run sql query: multiple primary keys for table "user_items_has" are not allowed
5 replies
DTDrizzle Team
•Created by finn on 6/18/2023 in #help
createdAt and expiresAt defaults
Is this the best way?
2 replies