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 « SQLAlchemy »

Méthode flask_sqlalchemy.SQLAlchemy.init_app

Signature de la méthode init_app

def init_app(self, app) 

Description

init_app.__doc__

This callback can be used to initialize an application for the
        use with this database setup.  Never use a database in the context
        of an application not initialized that way or connections will
        leak.