]> 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:30:11 +0000 (11:30 -0500)
commitcc78f862defccc3f52cc040b4edb9094ba28f6b8
tree33a125a97b1f7adf357b19d4b1c02752a0e3ba93
parentbbddc71d4050e56e4f804415ba9a49af9796ee13
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
(cherry picked from commit 86fbd4a2155c31cd79f7446456b03f4cd5249050)
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