SQLAlchemy 2.0.14 Released, Python ORM Framework

SQLAlchemy 2.0.14 is now released .

SQLAlchemy is a Python SQL toolkit and database object mapping (ORM) framework. It contains a complete set of enterprise-level persistence patterns designed for efficient and high-performance database access.

Version 2.0.14 includes bug fixes across ORM, SQL, and dialect-specific categories, including a fix for a rare race condition that was reported to occur exceptionally with the "joined eager loading" strategy.

More  detailed changelogs for 2.0.14 can be found in  Changelog .

Download address: https://www.sqlalchemy.org/download.html

Guess you like

Origin www.oschina.net/news/241726/sqlalchemy-2-0-14-released