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 | |
|---|---|
| SQLAlchemyProxy | Proxy class of flask_sqlalchemy.SQLAlchemy. |
Functions
| Member | |
|---|---|
| as_flask_sqlalchemy | Make db works as flask_sqlalchemy. |