]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
ORM quickstart
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Mar 2022 15:08:36 +0000 (10:08 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Mar 2022 16:28:26 +0000 (11:28 -0500)
commit86fbd4a2155c31cd79f7446456b03f4cd5249050
treeeb2c11d6fd0ba990584d87b2c20dd4251b05a10b
parent03989d1dce80999bb9ea1a7d36df3285e5ce4c3b
ORM quickstart

This is done in 1.4 style so it can be backported to 1.4.
Will put this up as is, we can work on it.   For 2.0, the
ORM mapping will be updated to mapped_column() style when
we do the full pass.

Change-Id: Icfdf81449973844dac244b3a107ce955a7d3b16c
doc/build/index.rst
doc/build/orm/index.rst
doc/build/orm/quickstart.rst [new file with mode: 0644]
doc/build/orm/session_basics.rst
doc/build/tutorial/data_select.rst
doc/build/tutorial/dbapi_transactions.rst
test/base/test_tutorials.py