mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-05-02 03:00:36 -04:00
Fixes #1286 ### Motivation * Allow secure connections to PostgreSQL without custom code. ### Changes #### Sources * `mysql`: `Config.QueryParams` added; DSN building rewritten via `url.Values`. --------- Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> Co-authored-by: Yuan Teoh <yuanteoh@google.com>