SQLAlchemy Core

SQLAlchemy 的 SQL 渲染引擎、DBAPI 集成、事务集成和模式描述服务的广度在此处记录。与 ORM 的以领域为中心的使用模式相反,SQL 表达式语言提供了一种以模式为中心的使用范式。

The breadth of SQLAlchemy’s SQL rendering engine, DBAPI integration, transaction integration, and schema description services are documented here. In contrast to the ORM’s domain-centric mode of usage, the SQL Expression Language provides a schema-centric usage paradigm.