about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-08-12 09:57:37 -0500
committerFrederick Muriuki Muriithi2025-08-12 09:57:37 -0500
commit080b5d14f297fcb89844f7ca298cf28bb911d07b (patch)
tree339857a5dacf7e0f45cecbba75b45ea6547a3fb2
parent8e4ebe14da610de84cd1f53eb491e7c50cd3d781 (diff)
downloadgn-libs-080b5d14f297fcb89844f7ca298cf28bb911d07b.tar.gz
Add link to docs on expected arguments.
-rw-r--r--gn_libs/mysqldb.py1
1 files changed, 1 insertions, 0 deletions
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",