swiecki
swiecki
Explore posts from servers
DTDrizzle Team
Created by swiecki on 4/25/2024 in #help
CI/CD check if schema matches database
Hi, is there a way use drizzle-kit or drizzle itself to check if the database structure matches the schema. Right now I'm posting a comment if schema.ts is changed reminding my team to submit a planetscale deploy request, but if they update the PR the comment gets posted again. I'd like to only post it if the deploy database isn't updated yet. Is this possible?
3 replies
CDCloudflare Developers
Created by swiecki on 11/1/2023 in #general-help
streaming responses being buffered
I'm unable to get a cloudflare worker to stream any responses using either readable stream or transform stream. Instead it's being buffered and sent as a single chunk once the response is complete. Are there specific configuration requirements? I've tried setting transfer-encoding header to chunked and said no-cache but it's still an issue. Is there a way to upgrade my workers or something so they can respond with streaming responses? Happy to provide my specific worker code if this is a skill issue.
7 replies