xoldyckk
xoldyckk
Explore posts from servers
DTDrizzle Team
Created by xoldyckk on 8/14/2023 in #help
Need help implementing one to many relations for a table on itself
pain
13 replies
DTDrizzle Team
Created by xoldyckk on 8/14/2023 in #help
Need help implementing one to many relations for a table on itself
Okay some stuff happened, idk what but it suddenly started working
13 replies
DTDrizzle Team
Created by xoldyckk on 8/14/2023 in #help
Need help implementing one to many relations for a table on itself
if it's not abstracted away then we probably have to do it manually when using query client, then perhaps the only use of defining relations table is for typescript intellisense
13 replies
DTDrizzle Team
Created by xoldyckk on 8/14/2023 in #help
Need help implementing one to many relations for a table on itself
only the relationName field is available when defining relations with many keyword
13 replies
DTDrizzle Team
Created by xoldyckk on 8/14/2023 in #help
Need help implementing one to many relations for a table on itself
querying for the child comments is an implementation detail abstracted away from us i believe
13 replies
DTDrizzle Team
Created by xoldyckk on 8/14/2023 in #help
Need help implementing one to many relations for a table on itself
a child has exactly one parent referenced by the parentCommentId field present on it
13 replies
DTDrizzle Team
Created by xoldyckk on 8/14/2023 in #help
Need help implementing one to many relations for a table on itself
since the parent can never know how many children it has
13 replies
DTDrizzle Team
Created by xoldyckk on 8/14/2023 in #help
Need help implementing one to many relations for a table on itself
in a one to many relation no
13 replies