bret_pat
bret_pat
Explore posts from servers
DTDrizzle Team
Created by bret_pat on 10/20/2023 in #help
Streaming results from mysql
It seems like there have been a few unanswered posts about streaming results from a query, but they don't seem to be followed up on. Is that because there is an alternative solution to making these streaming requests rather than having drizzle support it natively? Any advice would be great.
8 replies
DTDrizzle Team
Created by bret_pat on 8/9/2023 in #help
Share drizzle-zod schemas with the frontend
I'm wondering how I should use drizzle-zod generated schemas without leaking the actual implementation of my tables to the frontend? I'm assuming by exporting drizzle-zod schema's and letting the frontend consume them, I'm actually bundling the definitions inside of my FE as well. Is there a way to avoid this? Or frankly, should I not care?
2 replies
DTDrizzle Team
Created by bret_pat on 3/17/2023 in #help
Stream select
Hey! I'm doing a large select and I'm wondering how to stream the responses for MySql
2 replies