flask-sqlalchemy-compat v0.2.1
Introduction
Support the compatibility between flask_sqlalchemy
and flask_sqlalchemy_lite
. It allows users to make minimal changes when they need to migrate from either one of these two packages to each other.
The main motivation of this package is because flask_sqlalchemy_lite
does not support python<=3.8
. This package is designed for providing the similar usages when users have to make the flask_sqlalchemy_lite
working with python<=3.8
by using flask_sqlalchemy
. In this case, users can get rid of the difficulty of maintaining two sets of codes.
Changelog
0.2.1 @ 12/17/2024
🔧 Fix
- Fix: Remove unwanted printed information.
- Fix: Fix the typos in the docstrings.
- Fix: Correct the
usage.py
where the instance path and the engine options are not configured properly. - Fix:
utilities.clone_method
andutilities.clone_function
does not provide correct signature in run time. Correct the signature manually.
💾 Change
- Adjust the project information. This change is mainly targeted for adding the documentation link.
Full Changelog: v0.2.0...v0.2.1