]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
split out declarative varieties into the declarative mapping section
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Jan 2022 19:25:36 +0000 (14:25 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Jan 2022 19:52:55 +0000 (14:52 -0500)
commit0ccce7191c629d11b8afda9eab911c1a56bf6a72
treeca9a3969aeb6cf51fb8f37692233c77fb00f257e
parentf24a34140f6007cada900a8ae5ed03fe40ce2631
split out declarative varieties into the declarative mapping section

specific declarative styles like those for dataclasses and attrs
should be in the more reference-oriented "declarative_mapping"
section rather than the more introduction-oriented mapping_styles.

this will also make it easier for us to add still more ways of
mapping declaratively for 2.0.

Change-Id: I2700c2c2b34db9680f9cbe6ed6197add773a6a5d
doc/build/orm/declarative_mapping.rst
doc/build/orm/declarative_styles.rst [new file with mode: 0644]
doc/build/orm/mapping_styles.rst