summaryrefslogtreecommitdiff
path: root/examples/nested_sets/__init__.py
blob: 1a97b9aef34ca77ebbbcca32fa96d40ebe986835 (plain)
1
2
3
4
""" Illustrates a rudimentary way to implement the "nested sets"
pattern for hierarchical data using the SQLAlchemy ORM.

"""