0.2.0
This is the Flask-SQLAlchemy-Lite 0.2.0 feature release. Flask-SQLAlchemy-Lite is a lightweight replacement for Flask-SQLAlchemy that focuses on enabling using standard SQLAlchemy patterns.
PyPI: https://pypi.org/project/Flask-SQLAlchemy-Lite/0.2.0/
Changes: https://flask-sqlalchemy-lite.readthedocs.io/page/changes/#version-0-2-0
Milestone: https://github.com/pallets-eco/flask-sqlalchemy-lite/milestone/1?closed=1
- Drop support for Python 3.9.
- Add
get_or_abortandone_or_abortmethods, which get a single row or otherwise tell Flask to abort with a 404 error. - Add
test_isolationcontext manager, which isolates changes to the database so that tests don't affect each other.