Skip to content

0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Nov 18:48
· 1 commit to main since this release
0.2.0
a231f21

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_abort and one_or_abort methods, which get a single row or otherwise tell Flask to abort with a 404 error.
  • Add test_isolation context manager, which isolates changes to the database so that tests don't affect each other.