Files
sqlalchemy/examples/nested_sets/__init__.py
T
2013-02-02 18:54:54 -05:00

4 lines
125 B
Python

""" Illustrates a rudimentary way to implement the "nested sets"
pattern for hierarchical data using the SQLAlchemy ORM.
"""