mysqlx.ClientΒΆ
- class mysqlx.Client(connection_dict: Dict[str, Any], options_dict: Dict[str, Any] | None = None)ΒΆ
Bases:
object
Class defining a client, it stores a connection configuration.
- Parameters:
connection_dict (dict) β The connection information to connect to a MySQL server.
options_dict (dict) β The options to configure this client.
New in version 8.0.13.
- close() None ΒΆ
Closes the sessions opened by this client.