mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 07:21:08 +00:00

* feat(mysql): provide options to disable default connection settings after connecting * style(mysql): remove unecessary newlines and run rustfmt * feat(mysql): allow to pass a custom timezone to the database after connecting docs(mysql): improve docs for options set_names and no_engine_substitution