DrX
DTDrizzle Team
•Created by DrX on 10/20/2023 in #help
Slow api request using a transaction
Hi I wondered if I can remove async out of the child transactions inside the transaction function, to increase performacne or run promise.allSettled
Use case is I have some code like this which works, but it is slow.
3 replies
DTDrizzle Team
•Created by DrX on 10/18/2023 in #help
creating external types based on drizzle types
hey I'm trying to abstract some of my drizzle calls into seperate functions to refactor my code. How would I go about getting the type that my .values() enforces on the current table and replacing my data: any with that?
3 replies