Trim21
Trim21
## Summary by CodeRabbit * **New Features** * Database dumps for MySQL and PostgreSQL are now saved directly as compressed files, avoiding stdout. This simplifies export workflows and ensures outputs...
I'm tring to dump mysql to s3 and I find it write entire content of sql (output of mysqldump) to stdout, make it hard to find out what's happening
improve typing, the event_source doesn't need to be a generator. and a generator is a iterator. with the new typing, this would be valid in type checker: ``` import httpx...