mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-17 14:17:29 -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.
|
|
|
|
""" |