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 | |
|---|---|
| SQLAlchemyLiteProxy | Proxy class of flask_sqlalchemy_lite.SQLAlchemy. |
Functions
| Member | |
|---|---|
| as_flask_sqlalchemy_lite | Make db works as flask_sqlalchemy_lite. |