You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible for exposing driver parameters in Database struct?
We would need to refined access mysql driver parameters to test our use-cases and are currently limited to using connection string.
Would it be possible to expose these settings.
Happy to create a PR.
The text was updated successfully, but these errors were encountered:
To provide more details. Actual applications may have different connection pool settings, and in many cases they have enabled connection recycling. Connection recycling might significantly distort throughput data if connection lifetime is short.
We need a way to explicitly set these settings that are available in Go SQL driver and document this feature for users, so they can simulate these scenarios.
Would it be possible for exposing driver parameters in Database struct?
We would need to refined access mysql driver parameters to test our use-cases and are currently limited to using connection string.
Would it be possible to expose these settings.
Happy to create a PR.
The text was updated successfully, but these errors were encountered: