Liltripple_reid
Explore posts from serversDTDrizzle Team
•Created by Liltripple_reid on 10/13/2024 in #help
Unable to use `push` or `studio` anymore
after reviewing the error message I was using a
.tsx
extension in a file used by drizzle which somehow caused it to die6 replies
DTDrizzle Team
•Created by Liltripple_reid on 10/13/2024 in #help
Unable to use `push` or `studio` anymore
update: it wasn't
6 replies
DTDrizzle Team
•Created by Liltripple_reid on 10/13/2024 in #help
Unable to use `push` or `studio` anymore
think so in that case
6 replies
DTDrizzle Team
•Created by Liltripple_reid on 10/13/2024 in #help
Unable to use `push` or `studio` anymore
this is the config I've been using since the start of my project
6 replies
DTDrizzle Team
•Created by Domski on 1/30/2024 in #help
Best practices for handling planetscale DatabaseErrors with Drizzle?
did you find a way to do this? @Domski
4 replies
DTDrizzle Team
•Created by Domski on 1/30/2024 in #help
Best practices for handling planetscale DatabaseErrors with Drizzle?
upvoting this
4 replies
DTDrizzle Team
•Created by Liltripple_reid on 10/6/2023 in #help
connection error, fetch failed
And only use the database url for db:push @KG
10 replies
DTDrizzle Team
•Created by Liltripple_reid on 10/6/2023 in #help
connection error, fetch failed
The best solution is to use the HOST, USER, PASSWORD method to authenticate with drizzle
10 replies
DTDrizzle Team
•Created by Liltripple_reid on 10/6/2023 in #help
connection error, fetch failed
Sorry man haven’t check discord in some days
10 replies
DTDrizzle Team
•Created by Liltripple_reid on 10/6/2023 in #help
connection error, fetch failed
Hey yes
10 replies
DTDrizzle Team
•Created by Liltripple_reid on 10/23/2023 in #help
planetscale cache error
this is the
RSC API
generated by kirimase for context if you want to try8 replies
DTDrizzle Team
•Created by Liltripple_reid on 10/23/2023 in #help
planetscale cache error
weird thing is that doing this:
works nicely, but using the trpc helper does not
8 replies
DTDrizzle Team
•Created by Liltripple_reid on 10/23/2023 in #help
planetscale cache error
next 13.5.4
8 replies
DTDrizzle Team
•Created by yoggyd on 9/19/2023 in #help
many to many self reference
ah found the issue, it was about the relationName, thanks a lot!
10 replies
DTDrizzle Team
•Created by yoggyd on 9/19/2023 in #help
many to many self reference
@Angelelz these are my relations and tables
not sure if the friendships/followers is conflicting with the other relations
10 replies
DTDrizzle Team
•Created by yoggyd on 9/19/2023 in #help
many to many self reference
still having issues 😢, pd: I can't use
references
because I'm using planetscale10 replies
DTDrizzle Team
•Created by McPizza on 9/7/2023 in #help
Relationships: Self one-one & one-many
my table is something like this
I'm trying to work on
one-to-many
relations for the same table, any idea how to implement it? saw this is still open
throws errors9 replies
DTDrizzle Team
•Created by McPizza on 9/7/2023 in #help
Relationships: Self one-one & one-many
@McPizza can you show the table & relations you used to make it work? I'm struggling trying to setup something similar
9 replies
DTDrizzle Team
•Created by son dang on 7/19/2023 in #help
Self referencing
what if I just need the
children
relation? it throws errors3 replies