go-mysql-org / go-mysql

a powerful mysql toolset with Go
MIT License
4.58k stars 976 forks source link

Additional Driver args for compression and connection read/write timeouts #885

Closed dvilaverde closed 4 months ago

dvilaverde commented 4 months ago

I'm proposing this PR to address the issue https://github.com/go-mysql-org/go-mysql/issues/859 which asks for the ability to enable compression in the connection DSN. I've also added a few other properties:

and I've updated the README.md.