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.
Initialize a Flask application for use with this extension instance. This
must be called before accessing the database engine or session with the app.
This sets default configuration values, then configures the extension on the
application and creates the engines for each bind key. Therefore, this must be
called after the application has been configured. Changes to application config
after this call will not be reflected.
The following keys from ``app.config`` are used:
- :data:`.SQLALCHEMY_DATABASE_URI`
- :data:`.SQLALCHEMY_ENGINE_OPTIONS`
- :data:`.SQLALCHEMY_ECHO`
- :data:`.SQLALCHEMY_BINDS`
- :data:`.SQLALCHEMY_RECORD_QUERIES`
- :data:`.SQLALCHEMY_TRACK_MODIFICATIONS`
:param app: The Flask application to initialize.
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 :