ORM 映射类配置

ORM Mapped Class Configuration

详细的 ORM 配置参考,不包括关系配置,关系配置详见 关系配置

要快速了解典型的 ORM 配置,请从 ORM 快速入门 开始。

关于在 SQLAlchemy 中实现的对象关系映射概念的介绍,首先在 SQLAlchemy 统一教程使用 ORM 声明形式定义表元数据 中介绍。

Detailed reference for ORM configuration, not including relationships, which are detailed at 关系配置.

For a quick look at a typical ORM configuration, start with ORM 快速入门.

For an introduction to the concept of object relational mapping as implemented in SQLAlchemy, it’s first introduced in the SQLAlchemy 统一教程 at 使用 ORM 声明形式定义表元数据.