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
``MYSQL_SQL_MODE`` If present, the session SQL mode will be set to the given string.
78
78
``MYSQL_CURSORCLASS`` If present, the cursor class will be set to the given string.
79
79
``MYSQL_AUTOCOMMIT`` If enabled, will use the autocommit feature of MySQL. Default: False
80
-
``MYSQL_EXTRA_KWARGS`` Use this to pass any extra directives that are not defined here. Default: None
80
+
``MYSQL_CUSTOM_OPTIONS`` ``dict`` of options you want to set in this format: {option: value}. See all available option `here<# https://mysqlclient.readthedocs.io/user_guide.html#functions-and-attributes>`_. Default: ``None``
0 commit comments