mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-09 18:30:39 -04:00
482e34537f
Change-Id: I2ac332237f18bbc44155eadee35c64f62adc2867 (cherry picked from commit 76e49d06ceed2121023defe2ff727acea0f1a0e5)
7 lines
142 B
Python
7 lines
142 B
Python
"""Illustrates a rudimentary way to implement the "nested sets"
|
|
pattern for hierarchical data using the SQLAlchemy ORM.
|
|
|
|
.. autosource::
|
|
|
|
"""
|