Skip to main content

flask_sa_lite_api

ModuleSource

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

Classes

Member
Description
SQLAlchemyLiteProxyProxy class of flask_sqlalchemy_lite.SQLAlchemy.

Functions

Member
Description
as_flask_sqlalchemy_liteMake db works as flask_sqlalchemy_lite.