From 080b5d14f297fcb89844f7ca298cf28bb911d07b Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 12 Aug 2025 09:57:37 -0500 Subject: Add link to docs on expected arguments. --- gn_libs/mysqldb.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gn_libs/mysqldb.py') diff --git a/gn_libs/mysqldb.py b/gn_libs/mysqldb.py index fec3b30..fc2a24e 100644 --- a/gn_libs/mysqldb.py +++ b/gn_libs/mysqldb.py @@ -61,6 +61,7 @@ def __parse_db_opts__(opts: str) -> dict: This assumes use of python-mysqlclient library.""" allowed_opts = ( + # See: https://mysqlclient.readthedocs.io/user_guide.html#functions-and-attributes "unix_socket", "connect_timeout", "compress", "named_pipe", "init_command", "read_default_file", "read_default_group", "cursorclass", "use_unicode", "charset", "collation", "auth_plugin", -- cgit 1.4.1