SQLAlchemy 1.3.11 release, Python ORM framework

SQLAlchemy has released version 1.3.11, which is a point release version.

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.

This version in all respects a lot of bug fixes and adds new use cases. Although this is a point release, but added some new use cases, followed by some of the new features need these new features before the 1.4 release series. Including the new scalar accessor JSON index expression, which applies to all back-end support for JSON, as well as "GENERATED ALWAYS AS" SQL construct cross "dialects" support, which allows the establishment of expression is automatically updated in the database server DDL formula.

Detail View:

download:

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

Guess you like

Origin www.oschina.net/news/111277/sqlalchemy-1-3-11-released