Skip to content

flask-sqlalchemy-compat v0.2.2

Latest

Choose a tag to compare

@cainmagi cainmagi released this 31 Dec 17:14

Introduction

GitHub release (latest SemVer) GitHub all releases GitHub PyPI - Downloads

GitHub Actions (Build) GitHub Actions (Release)

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.2 @ 12/31/2024

🔧 Fix

  1. Fix: Correct typos in the docstrings.

Full Changelog: v0.2.1...v0.2.2