Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « ConnectionPool »

Méthode mariadb.ConnectionPool.set_config

Signature de la méthode set_config

def set_config(configuration) 

Description

set_config.__doc__

Parameter:
configuration: dictionary

Sets the connection configuration for the connection pool.
For valid connection arguments check the mariadb.connect() method.

Note: This method doesn't create connections in the pool.
To fill the pool one has to use add_connection() ḿethod.