-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Driver Compression Enablement #859
Comments
Specifically I've seen Lines 124 to 128 in 7c31dc4
|
Lines 177 to 180 in 7c31dc4
|
Thank you @lance6716. A few more questions: I am currently using the go-sql-driver/mysql and interested in migrating to go-mysql-org/go-mysql specifically for the driver. I am evaluating the feasibility of using the database/sql library with your driver and enabling compression. I'm currently importing the driver with side effects and able to write to MySQL, but without compression. Are the compression settings configurable with env vars or in the DSN? |
Sorry I think this library does not have this way to configurate compression. Welcome to help us implement it, related files should be under |
@kvolmar this has been implemented, can you close this issue? |
Is there a way to enable compression when using the Driver rather than the Client?
The text was updated successfully, but these errors were encountered: