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

"""