mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-06 17:01:07 -04:00
2a85938fe7
Change-Id: I2ac332237f18bbc44155eadee35c64f62adc2867
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::
|
|
|
|
"""
|