SQLAlchemy 1.3.7 released, Python ORM framework

SQLAlchemy 1.3.7 was released. This version fixes a bug in the ORM, SQL and database dialect components, and adds some new database use cases, including full support for rapid implementation psycopg2 assistant, which can significantly improve the performance of multiple INSERT statements.

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

Announcement: https://www.sqlalchemy.org/blog/2019/08/14/sqlalchemy-1.3.7-released/

View complete updates: https://www.sqlalchemy.org/changelog/CHANGES_1_3_7

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

Guess you like

Origin www.oschina.net/news/109101/sqlalchemy-1-3-7-released