Adds SQLAlchemy support to Flask application
Integrate SQLAlchemy with Flask. Use Flask's config to define SQLAlchemy database engines. Create SQLAlchemy ORM sessions that are cleaned up automatically after requests. Intended to be a replacement for Flask-SQLAlchemy. Unlike the prior extension, this one does not attempt to manage the model base class, tables, metadata, or multiple binds for sessions. This makes the extension much simpler, letting the developer use standard SQLAlchemy instead. Python 3 version.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.1.0-7.fc44 | - |
Fedora 43 | 0.1.0-7.fc43 | 0.1.0-7.fc43 |
Fedora 42 | 0.1.0-3.fc42 | - |
You can contact the maintainers of this package via email at
python-flask-sqlalchemy-lite dash maintainers at fedoraproject dot org
.