Skip to content

Commit

Permalink
Documentation for reconnect keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Jul 18, 2022
1 parent 17d5aed commit bd84da3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mariadb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ def connect(*args, connectionclass= mariadb.connections.Connection, **kwargs):
Read options from the specified group
- plugin_dir:
Directory which contains MariaDB client plugins.
- reconnect:
Enables or disables automatic reconnect. Available since version 1.1.4
- ssl_key:
Defines a path to a private key file to use for TLS. This option
requires that you use the absolute path, not a relative path. The
Expand Down

0 comments on commit bd84da3

Please sign in to comment.