sbbu
Explore posts from serversDTDrizzle Team
•Created by sbbu on 9/23/2024 in #help
Drizzle Kit Studio is extremely slow to load with planetscale/mysql2
Drizzle Kit takes about 1-2 minutes to even load with planetscale/mysql2.
Didn't have this issue until we switched from turso/sqlite
4 replies
DTDrizzle Team
•Created by sbbu on 9/5/2024 in #help
What's the difference between "planetscale" and "default" mode on mysql2 client?
4 replies
DTDrizzle Team
•Created by sbbu on 8/31/2024 in #help
drizzle-kit introspect on postgresql database hangs
1 replies
Call and await multiple mutations within one clientside procedure
hey all, does anyone know of a nice way to call & await multiple tRPC requests inside a procedure or within one mutation?
reason being is i'm building a blockchain app, and we have to implement flows like this:
setting up a flow like this gets pretty complicated with a bunch of
useMutation()
s and onSuccess
callbacks.. ideally it would really be something like
is something like this possible? so far i've been setting up chains of onSuccess
callbacks but doing it that way can get really convoluted with flows like this3 replies