Skip to main content

flask_sa_api

ModuleSource

The proxy wrapper providing the APIs mimicking the behavior of flask_sqlalchemy.SQLAlchemy(). This wrapper is used when users need to support the features of flask_sqlalchemy by using flask_sqlalchemy_lite.

Classes

Member
Description
SQLAlchemyProxyProxy class of flask_sqlalchemy.SQLAlchemy.

Functions

Member
Description
as_flask_sqlalchemyMake db works as flask_sqlalchemy.