Table Configuration — SQLAlchemy 2.0.0b1 documentation

From Get docs
Sqlalchemy/docs/latest/orm/extensions/declarative/table config

Table Configuration

This section has moved; see Declarative Table Configuration.

Using a Hybrid Approach with __table__

This section has moved; see Declarative with Imperative Table (a.k.a. Hybrid Declarative).


Using Reflection with Declarative

This section has moved to Mapping Declaratively with Reflected Tables.