mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-12 11:47:25 -04:00
4 lines
125 B
Python
4 lines
125 B
Python
""" Illustrates a rudimentary way to implement the "nested sets"
|
|
pattern for hierarchical data using the SQLAlchemy ORM.
|
|
|
|
""" |